diff --git a/Cargo.lock b/Cargo.lock index 88ef9312..6cef2eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9692,7 +9692,7 @@ dependencies = [ [[package]] name = "std-shims" -version = "0.1.3" +version = "0.1.4" dependencies = [ "hashbrown 0.14.5", "rustversion", diff --git a/common/std-shims/Cargo.toml b/common/std-shims/Cargo.toml index 0525f515..da46f6fd 100644 --- a/common/std-shims/Cargo.toml +++ b/common/std-shims/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "std-shims" -version = "0.1.3" +version = "0.1.4" description = "A series of std shims to make alloc more feasible" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/common/std-shims"