We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17216a7 commit 0aa1ce2Copy full SHA for 0aa1ce2
internal/core/Cargo.toml
@@ -52,7 +52,8 @@ num-traits = { version = "0.2", default-features = false }
52
once_cell = { version = "1.5", default-features = false }
53
pin-project = "1"
54
pin-weak = { version = "1.1", default-features = false }
55
-rgb = "0.8.27" # Note: the rgb version is extracted in ci.yaml for rustdoc builds
+# Note: the rgb version is extracted in ci.yaml for rustdoc builds
56
+rgb = "0.8.27"
57
scoped-tls-hkt = { version = "0.1", optional = true }
58
scopeguard = { version = "1.1.0", default-features = false }
59
slab = { version = "0.4.3", default-features = false }
0 commit comments