|
1 | 1 | [package]
|
2 | 2 | name = "ruint"
|
3 | 3 | description = "Unsigned integer type with const-generic bit length"
|
4 |
| -version = "1.9.0" |
| 4 | +version = "1.10.0" |
5 | 5 | keywords = ["uint"]
|
6 | 6 | categories = ["mathematics"]
|
7 | 7 | exclude = ["benches/", "proptest-regressions/", "tests/"]
|
@@ -30,18 +30,14 @@ license = "MIT"
|
30 | 30 | homepage = "https://github.com/recmo/uint"
|
31 | 31 | repository = "https://github.com/recmo/uint"
|
32 | 32 |
|
33 |
| -[workspace.dependencies] |
34 |
| -ruint = { version = "1.9.0", path = "." } |
35 |
| -ruint-macro = { version = "1.1.0", path = "ruint-macro" } |
36 |
| - |
37 | 33 | [[bench]]
|
38 | 34 | name = "bench_uint"
|
39 | 35 | harness = false
|
40 | 36 | path = "benches/bench.rs"
|
41 | 37 | required-features = ["std"]
|
42 | 38 |
|
43 | 39 | [dependencies]
|
44 |
| -ruint-macro.workspace = true |
| 40 | +ruint-macro = { version = "1.1.0", path = "ruint-macro" } |
45 | 41 |
|
46 | 42 | thiserror = { version = "1.0", optional = true }
|
47 | 43 |
|
@@ -75,7 +71,7 @@ postgres-types = { version = "0.2", optional = true }
|
75 | 71 | sqlx-core = { version = "0.7", optional = true }
|
76 | 72 |
|
77 | 73 | [dev-dependencies]
|
78 |
| -ruint = { workspace = true, features = ["arbitrary", "proptest"] } |
| 74 | +ruint = { path = ".", features = ["arbitrary", "proptest"] } |
79 | 75 |
|
80 | 76 | ark-bn254-03 = { version = "0.3.0", package = "ark-bn254" }
|
81 | 77 | ark-bn254-04 = { version = "0.4.0", package = "ark-bn254" }
|
|
0 commit comments