Skip to content

Commit 2b7c82f

Browse files
committed
fix: depend on pallas version with HTTPS submodule
Signed-off-by: Simon Gellis <[email protected]>
1 parent c9692b1 commit 2b7c82f

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firefly-cardanoconnect/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ clap = { version = "4", features = ["derive"] }
1919
chrono = "0.4"
2020
dashmap = "6"
2121
futures = "0.3"
22-
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
23-
pallas-codec = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
24-
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
25-
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
26-
pallas-network = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
27-
pallas-traverse = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
22+
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
23+
pallas-codec = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
24+
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
25+
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
26+
pallas-network = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
27+
pallas-traverse = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
2828
firefly-server = { path = "../firefly-server" }
2929
hex = "0.4"
3030
minicbor = "0.26"

firefly-cardanosigner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ clap = { version = "4", features = ["derive"] }
1616
firefly-server = { path = "../firefly-server" }
1717
hex = "0.4"
1818
minicbor = "0.26"
19-
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
20-
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
21-
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
19+
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
20+
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
21+
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
2222
rand = "0.9"
2323
schemars = "0.8"
2424
serde = "1"

scripts/generate-key/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ bech32 = "0.11"
1313
clap = { version = "4", features = ["derive"] }
1414
hex = "0.4"
1515
minicbor = "0.26"
16-
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
17-
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
16+
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
17+
pallas-primitives = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
1818
rand = "0.8"
1919
serde = { version = "1", features = ["derive"] }
2020
serde_json = "1"

wasm/simple-tx/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/simple-tx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/hyperledger/firefly-cardano"
77
[dependencies]
88
firefly-balius = { path = "../../firefly-balius" }
99
hex = "0.4"
10-
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "b720f78" }
10+
pallas-addresses = { git = "https://github.com/txpipe/pallas", rev = "8ae9cd0" }
1111
serde = { version = "1", features = ["derive"] }
1212

1313
[lib]

0 commit comments

Comments
 (0)