Skip to content
Snippets Groups Projects

Bump to 1.0.1

Merged DETCHART Jonathan requested to merge bump into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
[package]
name = "saclin"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,7 +13,7 @@ ark-ff = "0.4.2"
ark-poly = "0.4.2"
ark-serialize = "0.4.2"
ark-std = "0.4.0"
komodo = { path = "../../", features = ["fs"] }
komodo = { path = "../..", features = ["fs"] }
rand = "0.8.5"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
Loading