Skip to content

Commit 323616d

Browse files
Update ark-relations requirement from ^0.2.0 to ^0.3.0
Updates the requirements on [ark-relations](https://github.com/arkworks-rs/snark) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/snark/releases) - [Changelog](https://github.com/arkworks-rs/snark/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/snark@ark-snark-v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: ark-relations dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5705fa6 commit 323616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ derivative = { version = "2.1.1", default-features = false, features = [ "use_co
2222
# Dependencies for r1cs
2323
ark-crypto-primitives = { version = "^0.2.0", default-features = false, optional = true }
2424
ark-nonnative-field = { git = "https://github.com/arkworks-rs/nonnative", default-features = false, optional = true, rev = "d57dd4f83f7363e6310526a0a2533e4fc310564b" }
25-
ark-relations = { version = "^0.2.0", default-features = false, optional = true }
25+
ark-relations = { version = "^0.3.0", default-features = false, optional = true }
2626
ark-r1cs-std = { version = "^0.2.0", default-features = false, optional = true }
2727
tracing = { version = "0.1", default-features = false, features = [ "attributes" ], optional = true }
2828

0 commit comments

Comments
 (0)