From 910dc0e2a8b1bed8619354dd99ca6242b878c5bc Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Mon, 25 Dec 2023 08:41:34 +0000 Subject: [PATCH] fix(kyberlib): :bug: Using outdated edition for no reason this crate requires at least Rust 1.71, which is newer than the last 2018-edition compiler --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c600d7..24a4799 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -337,4 +337,4 @@ jobs: with: command: publish args: "--no-verify --allow-dirty" - use-cross: false + use-cross: false \ No newline at end of file diff --git a/README.md b/README.md index 1e3c6ab..418ec89 100644 --- a/README.md +++ b/README.md @@ -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: