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: