Skip to content

Commit 4c436da

Browse files
authored
Merge branch 'master' into master
2 parents 0084eb3 + c8c51a3 commit 4c436da

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Breaking changes
66

7+
### Features
8+
9+
### Improvements
10+
11+
### Bugfixes
12+
13+
## v0.5.0
14+
15+
### Breaking changes
16+
717
- [\#121](https://github.com/arkworks-rs/r1cs-std/pull/121)
818
- Refactor `UInt{8,16,64,128}` into one struct `UInt`.
919
- Remove `bits` module.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resolver = "2"
1717
ark-ff = { version = "0.5.0", default-features = false }
1818
ark-ec = { version = "0.5.0", default-features = false }
1919
ark-std = { version = "0.5.0", default-features = false }
20-
ark-relations = { version = "0.5.0", default-features = true }
20+
ark-relations = { version = "0.5.0", default-features = false }
2121

2222
educe = "0.6.0"
2323
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
@@ -78,4 +78,4 @@ debug = true
7878
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] }
7979

8080
[patch.crates-io]
81-
ark-relations = { git = "https://github.com/arkworks-rs/snark.git"}
81+
ark-relations = { git = "https://github.com/arkworks-rs/snark.git"}

0 commit comments

Comments
 (0)