Skip to content

Commit 08bbf79

Browse files
chore: macro crate should use workspace version (openvm-org#1723)
1 parent 4682f18 commit 08bbf79

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/algebra/complex-macros/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "openvm-algebra-complex-macros"
3-
version = "0.1.0"
4-
edition = "2021"
3+
description = "OpenVM algebra macros for complex ring extensions"
4+
version.workspace = true
5+
edition.workspace = true
6+
authors.workspace = true
7+
homepage.workspace = true
8+
repository.workspace = true
59

610
[dependencies]
711
syn = { version = "2.0", features = ["full"] }
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "openvm-algebra-moduli-macros"
3-
version = { workspace = true }
4-
edition = "2021"
3+
description = "OpenVM algebra macros for modular arithmetic"
4+
version.workspace = true
5+
edition.workspace = true
6+
authors.workspace = true
7+
homepage.workspace = true
8+
repository.workspace = true
59

610
[dependencies]
711
syn = { version = "2.0", features = ["full"] }
@@ -11,4 +15,4 @@ num-prime = { version = "0.4.4", default-features = false, features = ["big-int"
1115
num-bigint = { workspace = true }
1216

1317
[lib]
14-
proc-macro = true
18+
proc-macro = true

extensions/ecc/sw-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "openvm-ecc-sw-macros"
3+
description = "OpenVM elliptic curve macros for short Weierstrass curves"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

0 commit comments

Comments
 (0)