diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0dd489..cff6491 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always - NARGO_VERSION: 0.30.0 + NARGO_VERSION: 0.31.0 jobs: test: diff --git a/Nargo.toml b/Nargo.toml index 449f439..0fe2447 100644 --- a/Nargo.toml +++ b/Nargo.toml @@ -2,6 +2,6 @@ name = "edwards" type = "lib" authors = [""] -compiler_version = ">=0.30.0" +compiler_version = ">=0.31.0" [dependencies] \ No newline at end of file