diff --git a/Cargo.toml b/Cargo.toml index ab4f805..0fa74d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gluer" -version = "0.3.2" +version = "0.3.1" edition = "2021" authors = ["Nils Wrenger "] description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend" diff --git a/README.md b/README.md index a4b07be..8a087fa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -light_magic = "0.3.2" +light_magic = "0.3.1" ``` ## Features