Skip to content

Commit

Permalink
Fixed build error due to changing package versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rosen <drosen@tenstorrent.com>
  • Loading branch information
TTDRosen committed Jul 24, 2024
1 parent d0fb2e8 commit d1cf370
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crates/drunken-monkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
clap = {version = "4.4.14", features = ["derive"]}

luwen-if = {path = "../luwen-if", version = "0.4.0"}
luwen-ref = {path = "../luwen-ref", version = "0.3.1"}
luwen-if = {path = "../luwen-if", version = "0.5.0"}
luwen-ref = {path = "../luwen-ref", version = "0.4.0"}
4 changes: 2 additions & 2 deletions crates/luwencpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ assets = [
crate-type = ["cdylib"]

[dependencies]
luwen-core = {path = "../luwen-core", version = "0.1.0"}
luwen-if = {path = "../luwen-if", version = "0.4.4"}
luwen-core = {path = "../luwen-core", version = "0.2.0"}
luwen-if = {path = "../luwen-if", version = "0.5.0"}

[build-dependencies]
cbindgen = ">= 0.25.0"
6 changes: 3 additions & 3 deletions crates/prometheus-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
luwen-core = {path = "../luwen-core", version = "0.1.0"}
luwen-if = {path = "../luwen-if", version = "0.4.4"}
luwen-ref = {path = "../luwen-ref", version = "0.3.1"}
luwen-core = {path = "../luwen-core", version = "0.2.0"}
luwen-if = {path = "../luwen-if", version = "0.5.0"}
luwen-ref = {path = "../luwen-ref", version = "0.4.0"}
clap = { version = "4.4.6", features = ["derive"] }
prometheus_exporter = "0.8.5"
prometheus = { version = "0.13.3", features = ["process"] }

0 comments on commit d1cf370

Please sign in to comment.