Make graphene_core no_std

This commit is contained in:
Dennis
2022-04-22 15:15:39 +02:00
committed by Keavon Chambers
parent 119e865007
commit 1ae1fd5704
12 changed files with 94 additions and 56 deletions

7
node-graph/Cargo.lock generated
View File

@@ -35,6 +35,10 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "borrow_stack"
version = "0.1.0"
[[package]]
name = "cfg-if"
version = "1.0.0"
@@ -253,9 +257,6 @@ dependencies = [
[[package]]
name = "graphene-core"
version = "0.1.0"
dependencies = [
"dyn-any",
]
[[package]]
name = "graphene-std"