From c8ef044acb836812d7b5f0069dd2239b6fb41be9 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 19 Aug 2025 21:01:14 -0400 Subject: [PATCH] Version bump std-shims --- Cargo.lock | 2 +- common/std-shims/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"