Skip to content

Commit 1c5520d

Browse files
committed
Remove explicit version references from docs
Signed-off-by: Simon Gellis <[email protected]>
1 parent e59432d commit 1c5520d

File tree

1 file changed

+2
-2
lines changed
  • doc-site/docs/tutorials/custom_contracts

1 file changed

+2
-2
lines changed

doc-site/docs/tutorials/custom_contracts/cardano.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ edition = "2021"
121121

122122
[dependencies]
123123
# The version of firefly-balius should match the version of firefly-cardano which you are using.
124-
firefly-balius = { git = "https://github.com/hyperledger/firefly-cardano", rev = "0.4.2" }
124+
firefly-balius = { git = "https://github.com/hyperledger/firefly-cardano", rev = "<firefly cardano version>" }
125125
pallas-addresses = "0.32"
126126
serde = { version = "1", features = ["derive"] }
127127

@@ -243,7 +243,7 @@ This tool will
243243

244244
```sh
245245
# The version here should match the version of firefly-cardano which you are using.
246-
cargo install --git https://github.com/hyperledger/firefly-cardano --version 0.3.1 firefly-cardano-deploy
246+
cargo install --git https://github.com/hyperledger/firefly-cardano --version <firefly cardano version> firefly-cardano-deploy
247247

248248
CONTRACT_PATH="/path/to/your/dapp"
249249
FIREFLY_URL="http://localhost:5000"

0 commit comments

Comments
 (0)