Skip to content

Commit

Permalink
build: include version in dependency path imports
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent 07606aa commit a308af3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ bincode = "1.3.3"
clap = { version = "4.4.10", features = ["derive"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
ethportal-api = { git = "https://github.com/ethereum/trin.git", version = "0.2.2", tag = "v0.1.0-alpha.51" }
firehose-protos = { path = "crates/firehose-protos" }
firehose-protos = { path = "crates/firehose-protos", version = "0.1.0" }
firehose-rs = { git = "https://github.com/semiotic-ai/firehose-rs.git", branch = "main" }
flat-files-decoder = { path = "crates/flat-files-decoder" }
header-accumulator = { path = "crates/header-accumulator" }
flat-files-decoder = { path = "crates/flat-files-decoder", version = "0.1.0" }
header-accumulator = { path = "crates/header-accumulator", version = "0.1.0" }
hex = "0.4.3"
log = "0.4.20"
primitive-types = "0.12.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/firehose-protos-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-protos-examples"
version = "0.1.1"
version = "0.1.0"
edition = "2021"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/flat-files-decoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flat-files-decoder"
version = "0.1.1"
version = "0.1.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit a308af3

Please sign in to comment.