11[package ]
22name = " winter-prover"
3- version = " 0.12.3 "
3+ version = " 0.13.0 "
44description = " Winterfell STARK prover"
55authors = [" winterfell contributors" ]
66readme = " README.md"
77license = " MIT"
88repository = " https://github.com/novifinancial/winterfell"
9- documentation = " https://docs.rs/winter-prover/0.12.3 "
9+ documentation = " https://docs.rs/winter-prover/0.13.0 "
1010categories = [" cryptography" , " no-std" ]
1111keywords = [" crypto" , " zkp" , " stark" , " prover" ]
1212edition = " 2021"
@@ -26,17 +26,17 @@ default = ["std"]
2626std = [" air/std" , " crypto/std" , " fri/std" , " math/std" , " utils/std" ]
2727
2828[dependencies ]
29- air = { version = " 0.12 " , path = " ../air" , package = " winter-air" , default-features = false }
30- crypto = { version = " 0.12 " , path = " ../crypto" , package = " winter-crypto" , default-features = false }
31- fri = { version = " 0.12 " , path = ' ../fri' , package = " winter-fri" , default-features = false }
32- math = { version = " 0.12 " , path = " ../math" , package = " winter-math" , default-features = false }
33- maybe_async = { version = " 0.12 " , path = " ../utils/maybe_async" , package = " winter-maybe-async" }
29+ air = { version = " 0.13 " , path = " ../air" , package = " winter-air" , default-features = false }
30+ crypto = { version = " 0.13 " , path = " ../crypto" , package = " winter-crypto" , default-features = false }
31+ fri = { version = " 0.13 " , path = ' ../fri' , package = " winter-fri" , default-features = false }
32+ math = { version = " 0.13 " , path = " ../math" , package = " winter-math" , default-features = false }
33+ maybe_async = { version = " 0.13 " , path = " ../utils/maybe_async" , package = " winter-maybe-async" }
3434tracing = { version = " 0.1" , default-features = false , features = [" attributes" ] }
35- utils = { version = " 0.12 " , path = " ../utils/core" , package = " winter-utils" , default-features = false }
35+ utils = { version = " 0.13 " , path = " ../utils/core" , package = " winter-utils" , default-features = false }
3636
3737[dev-dependencies ]
3838criterion = " 0.6"
39- rand-utils = { version = " 0.12 " , path = " ../utils/rand" , package = " winter-rand-utils" }
39+ rand-utils = { version = " 0.13 " , path = " ../utils/rand" , package = " winter-rand-utils" }
4040
4141# Allow math in docs
4242[package .metadata .docs .rs ]
0 commit comments