Skip to content

Commit

Permalink
release cardano-cli 10.0.0.0
Browse files Browse the repository at this point in the history
bump consensus deps
  • Loading branch information
crocodile-dentist committed Oct 17, 2024
1 parent fbaf02e commit 73f879d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-10-11T15:49:11Z
, cardano-haskell-packages 2024-10-11T15:49:11Z
, cardano-haskell-packages 2024-10-16T12:44:42Z

packages:
cardano-cli
Expand Down Expand Up @@ -57,4 +57,3 @@ write-ghc-environment-files: always
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

14 changes: 7 additions & 7 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-cli
version: 9.4.1.0
version: 10.0.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down Expand Up @@ -196,7 +196,7 @@ library
binary,
bytestring,
canonical-json,
cardano-api ^>=9.4,
cardano-api ^>=10.0,
cardano-binary,
cardano-crypto,
cardano-crypto-class ^>=2.1.2,
Expand All @@ -206,7 +206,7 @@ library
cardano-ledger-api,
cardano-ledger-core,
cardano-ledger-shelley,
cardano-ping ^>=0.4,
cardano-ping ^>=0.5,
cardano-prelude,
cardano-slotting ^>=0.2.0.0,
cardano-strict-containers ^>=0.1,
Expand All @@ -229,10 +229,10 @@ library
network,
network-uri,
optparse-applicative-fork,
ouroboros-consensus ^>=0.20,
ouroboros-consensus-cardano ^>=0.19,
ouroboros-consensus-protocol ^>=0.9.0.1,
ouroboros-network-api ^>=0.9,
ouroboros-consensus ^>=0.21,
ouroboros-consensus-cardano ^>=0.20,
ouroboros-consensus-protocol ^>=0.9.0.2,
ouroboros-network-api ^>=0.10,
ouroboros-network-protocols,
parsec,
prettyprinter,
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73f879d

Please sign in to comment.