Skip to content

Commit

Permalink
pallas is getting grouped
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Dec 17, 2024
1 parent 095c100 commit 9fc6359
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions seedelf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ blake2 = "0.10.6"
tokio = { version = "1.41.1", features = ["full"] }
reqwest = { version = "0.12.9", features = ["json"] }
pallas-addresses = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-addresses = "0.31.0"
pallas-crypto = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-crypto = "0.31.0"
pallas-codec = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-codec = "0.31.0"
pallas-txbuilder = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-txbuilder = "0.31.0"
pallas-traverse = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-traverse = "0.31.0"
pallas-wallet = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#pallas-wallet = "0.31.0"
pallas-primitives = { git = "https://github.com/logicalmechanism/pallas", branch = "main" }
#
#pallas-addresses = "0.31.0"
#pallas-crypto = "0.31.0"
#pallas-codec = "0.31.0"
#pallas-txbuilder = "0.31.0"
#pallas-traverse = "0.31.0"
#pallas-wallet = "0.31.0"
#pallas-primitives = "0.31.0"
#
warp = "0.3.7"

0 comments on commit 9fc6359

Please sign in to comment.