Skip to content

Commit 3ecc431

Browse files
Update ctor requirement from 0.1.20 to 0.2.4 in /kernel
Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor) to permit the latest version. - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6f9c39 commit 3ecc431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ core2 = { version = "0.3", default-features = false, features = [ "alloc" ], opt
7373
serde = { version = "1" }
7474
serde_cbor = { version = "0.11" }
7575
rand = { version = "0.8", features = ["small_rng"] }
76-
ctor = "0.1.20"
76+
ctor = "0.2.4"
7777
memfile = "0.2.1"
7878

7979
[target.'cfg(not(target_os = "none"))'.dev-dependencies]

0 commit comments

Comments
 (0)