Skip to content

Commit

Permalink
fix dependencies in example Cargo.toml (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
cre-mer authored Feb 11, 2025
1 parent cfbaee3 commit 783da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ codegen-units = 1
lto = "fat"
[dependencies]
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features = ["host"] }
jolt-sdk = { git = "https://github.com/a16z/jolt", features = ["host"] }
guest = { path = "./guest" }
[features]
Expand Down

0 comments on commit 783da5d

Please sign in to comment.