Skip to content

Commit

Permalink
bump network to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jun 14, 2024
1 parent 67a540e commit 9f49219
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
15 changes: 2 additions & 13 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ if(os(windows))
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: f2f51806950be595723687129c0c2d7dae45e65c
--sha256: sha256-sM+oNgCjtRRF4+3qua7BIPGNUTXtHSHry/83p0a1MtE=
tag: ddb4ca4659d6486ac54e6eb868000795155595c2
--sha256: sha256-eCgBIu4Ds/kTfodRAf9b3dIncaPRS+xA6vT1+qUTPv8=
subdir:
eras/alonzo/impl
eras/alonzo/test-suite
Expand Down Expand Up @@ -69,14 +69,3 @@ source-repository-package
libs/set-algebra
libs/small-steps
libs/vector-map

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-network
tag: 49931be6c08bd86ef8a58e91fe2812be704381b5
--sha256: sha256-k2xeD6SWCqImSpb+lYPZgTzXNVw8Yf/ly9LqE5BbcAQ=
subdir:
ouroboros-network
ouroboros-network-api
ouroboros-network-protocols
ouroboros-network-framework
4 changes: 2 additions & 2 deletions ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ library
nothunks,
ouroboros-consensus ^>=0.18,
ouroboros-consensus-protocol ^>=0.9,
ouroboros-network-api ^>=0.7.2,
ouroboros-network-api ^>=0.7.3,
serialise ^>=0.2,
small-steps,
sop-core ^>=0.5,
Expand Down Expand Up @@ -550,7 +550,7 @@ library unstable-cardano-tools
ouroboros-consensus-protocol ^>=0.9,
ouroboros-network,
ouroboros-network-api,
ouroboros-network-framework ^>=0.13.1,
ouroboros-network-framework ^>=0.13.2,
ouroboros-network-protocols,
serialise ^>=0.2,
sop-core,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ library
mtl,
ouroboros-consensus ^>=0.18,
ouroboros-network ^>=0.16,
ouroboros-network-api ^>=0.7.2,
ouroboros-network-framework ^>=0.13.1,
ouroboros-network-api ^>=0.7.3,
ouroboros-network-framework ^>=0.13.2,
ouroboros-network-protocols ^>=0.9,
random,
safe-wild-cards ^>=1.0,
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-consensus/ouroboros-consensus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ library
measures,
mtl,
nothunks ^>=0.1.5,
ouroboros-network-api ^>=0.7.2,
ouroboros-network-api ^>=0.7.3,
ouroboros-network-mock ^>=0.1,
ouroboros-network-protocols ^>=0.9,
primitive,
Expand Down

0 comments on commit 9f49219

Please sign in to comment.