Version bumps for packages that needed to be published for monero-oxide

This commit is contained in:
Luke Parker
2025-08-15 10:56:10 -04:00
parent a32b97be88
commit 92d9e908cb
4 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "std-shims"
version = "0.1.1"
version = "0.1.2"
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"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["nostd", "no_std", "alloc", "io"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.80"
[package.metadata.docs.rs]
all-features = true