Skip to content

Commit db50371

Browse files
falcuccijpraynaud
authored andcommitted
chore: update dependencies and reorganize feature flags
- remove unnecessary commented out paths for dependencies - update versions of dependencies - reorganize feature flags for the `criterion` dependency
1 parent b01b8c5 commit db50371

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mithril-common/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,16 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
5050
nom = "7.1.3"
5151
# pallas-addresses = { version = "0.25.0", optional = true }
5252
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
53-
# pallas-addresses = { path = "/Users/falcucci/txpipe/pallas/pallas-addresses", optional = true }
5453
# pallas-codec = { version = "0.25.0", optional = true }
5554
pallas-codec = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
56-
# pallas-codec = { path = "/Users/falcucci/txpipe/pallas/pallas-codec", optional = true }
5755
# pallas-hardano = { version = "0.25.0", optional = true }
5856
pallas-hardano = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
59-
# pallas-hardano = { path = "/Users/falcucci/txpipe/pallas/pallas-hardano", optional = true }
6057
# pallas-network = { version = "0.25.0", optional = true }
6158
pallas-network = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
62-
# pallas-network = { path = "/Users/falcucci/txpipe/pallas/pallas-network", optional = true }
6359
# pallas-primitives = { version = "0.25.0", optional = true }
6460
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
65-
# pallas-primitives = { path = "/Users/falcucci/txpipe/pallas/pallas-primitives", optional = true }
6661
# pallas-traverse = { version = "0.25.0", optional = true }
6762
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
68-
# pallas-traverse = { path = "/Users/falcucci/txpipe/pallas/pallas-traverse", optional = true }
6963
rand_chacha = "0.3.1"
7064
rand_core = "0.6.4"
7165
rayon = "1.8.1"
@@ -107,7 +101,6 @@ criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
107101
mockall = "0.12.1"
108102
# pallas-crypto = "0.25.0"
109103
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
110-
# pallas-crypto = { path = "/Users/falcucci/txpipe/pallas/pallas-crypto" }
111104
rand_core = { version = "0.6.4", features = ["getrandom"] }
112105
reqwest = { version = "0.12.0", features = ["json"] }
113106
slog-async = "2.8.0"

0 commit comments

Comments
 (0)