broken commit, prelude but no replacement of all std types

This commit is contained in:
Tadeo hepperle
2024-01-17 14:11:38 +01:00
parent ab6b6ae5cd
commit a349daaf45
54 changed files with 236 additions and 13 deletions
Generated
+20
View File
@@ -2343,6 +2343,12 @@ version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]]
name = "libc_alloc"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a835c038b748123287f9fb1743d565e7c635879997f43c345a18a026690364e"
[[package]]
name = "libm"
version = "0.2.8"
@@ -2541,6 +2547,19 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
[[package]]
name = "no-std-tests"
version = "0.0.0"
dependencies = [
"hex",
"libc",
"libc_alloc",
"parity-scale-codec",
"scale-info",
"subxt",
"subxt-metadata",
]
[[package]]
name = "nodrop"
version = "0.1.14"
@@ -4367,6 +4386,7 @@ dependencies = [
"base58",
"bitvec",
"blake2",
"cfg-if",
"derivative",
"either",
"frame-metadata 16.0.0",