diff --git a/Cargo.lock b/Cargo.lock index 474f52f..95dff83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1968,7 +1968,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-shim" -version = "0.9.0-dev" +version = "0.8.1" dependencies = [ "cel-interpreter", "cel-parser", diff --git a/Cargo.toml b/Cargo.toml index 97fe962..000e7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-shim" -version = "0.9.0-dev" +version = "0.8.1" edition = "2021" authors = ["Alex Snaps ", "Eguzki Astiz Lezaun ", "Didier Di Cesare ", "Adam Cattermole ", "Rahul Anand "] description = "Wasm module connecting envoy and authorino/limitador"