Skip to content

Commit

Permalink
update rust edition
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 16, 2023
1 parent 12edfcb commit 844c65c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ members=[
"pqcrypto-dilithium",
"pqcrypto-falcon",
"pqcrypto-sphincsplus",
]
]
resolver="2"
2 changes: 1 addition & 1 deletion pqcrypto-template/scheme/Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Post-Quantum {% if type == "kem" %}Key-Encapsulation Mechanism{%
readme = "README.md"
version = "{{ version }}"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rustpq/"
repository = "https://github.com/rustpq/pqcrypto/"
Expand Down
1 change: 1 addition & 0 deletions pqcrypto-template/workspace-Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ members=[
"{{ name }}",
{% endfor %}
]
resolver="2"

0 comments on commit 844c65c

Please sign in to comment.