Skip to content

Commit

Permalink
fix(kyberlib): 🐛 Using outdated edition for no reason
Browse files Browse the repository at this point in the history
this crate requires at least Rust 1.71, which is newer than the last 2018-edition compiler
  • Loading branch information
sebastienrousseau committed Dec 25, 2023
1 parent e620bfe commit 910dc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,4 @@ jobs:
with:
command: publish
args: "--no-verify --allow-dirty"
use-cross: false
use-cross: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To use the `kyberlib` library in your project, add the following to your

```toml
[dependencies]
kyberlib = "0.0.2"
kyberlib = "0.0.3"
```

Add the following to your `main.rs` file:
Expand Down

0 comments on commit 910dc0e

Please sign in to comment.