Skip to content

Commit 56c60f4

Browse files
bump oxide-tokio-rt to 0.1.4, feature-gate attestation behind crucible-full
1 parent 1c3ec55 commit 56c60f4

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ newtype_derive = "0.1.6"
147147
newtype-uuid = { version = "1.0.1", features = [ "v4" ] }
148148
nix = { version = "0.31", features = [ "poll" ] }
149149
owo-colors = "4"
150-
oxide-tokio-rt = "0.1.3"
150+
oxide-tokio-rt = "0.1.4"
151151
paste = "1.0.15"
152152
pin-project-lite = "0.2.13"
153153
proc-macro2 = "1.0"

lib/propolis/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ extern crate bitflags;
1616

1717
pub mod accessors;
1818
pub mod api_version;
19+
#[cfg(feature = "crucible-full")]
1920
pub mod attestation;
2021
pub mod block;
2122
pub mod chardev;

0 commit comments

Comments
 (0)