Skip to content

Commit

Permalink
Upgrade dependencies and min toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Oct 25, 2024
1 parent 1f06155 commit a7f38d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ark-circom"
version = "0.1.0"
edition = "2018"
edition = "2021"
description = "Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
version = "1.74.0"
version = "1.75.0"

0 comments on commit a7f38d8

Please sign in to comment.