Skip to content

Commit

Permalink
Set Runtime as artifact dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Dec 23, 2024
1 parent e47a42e commit 0ed578b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cairo-lang-sierra-gas = "2.9.2"
cairo-lang-starknet = "2.9.2"
cairo-lang-utils = "2.9.2"
cairo-lang-starknet-classes = "2.9.2"
cairo-native-runtime = { version = "0.2.5", path = "runtime", optional = true }
cairo-native-runtime = { path = "runtime", optional = true, artifact = "staticlib", lib = true }
clap = { version = "4.5.23", features = ["derive"], optional = true }
libloading = "0.8.6"
tracing-subscriber = { version = "0.3.19", features = [
Expand Down

0 comments on commit 0ed578b

Please sign in to comment.