Skip to content

Commit

Permalink
Version bump (#172)
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
davidnevadoc authored Jul 26, 2024
1 parent c5c2462 commit b753a83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2curves"
version = "0.6.1"
version = "0.7.0"
authors = ["Privacy Scaling Explorations team"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -25,7 +25,7 @@ impls = "1"
getrandom = { version = "0.2", features = ["js"] }

[dependencies]
halo2derive = {path = "derive"}
halo2derive = {path = "derive", version="0.1.0"}
subtle = "2.5"
ff = { version = "0.13.0", default-features = false, features = ["std"] }
group = "0.13.0"
Expand Down
7 changes: 6 additions & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
edition = "2021"
name = "halo2derive"
version = "0.1.0"
authors = ["Privacy Scaling Explorations team"]
license = "MIT/Apache-2.0"
repository = "https://github.com/privacy-scaling-explorations/halo2curves"
description = "Derive macros for halo2curves fields."
rust-version = "1.63.0"

[lib]
proc-macro = true
Expand All @@ -16,4 +21,4 @@ syn = {version = "1.0", features = ["full"]}

[features]
default = []
asm = []
asm = []

0 comments on commit b753a83

Please sign in to comment.