Skip to content

Commit

Permalink
fix: remove relative import in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Jun 19, 2024
1 parent c21e3e3 commit 4e507cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ serde = { version = "1.0", optional = true, default-features = false, features =
"alloc",
"derive",
] }
bls12_381 = { path = "../bls12_381" }
glob = "0.3.1"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
serde_derive = "1.0"
serde_yaml = { version = "0.9" }
sp1-derive = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }
once_cell = "1.19.0"
bls12_381 = "0.8.0"

[features]
default = ["std"]
Expand Down

0 comments on commit 4e507cd

Please sign in to comment.