File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ license = "MIT OR Apache-2.0"
8
8
readme = " README.md"
9
9
repository = " https://github.com/containers/composefs-rs"
10
10
rust-version = " 1.82.0"
11
- version = " 0.2 .0"
11
+ version = " 0.3 .0"
12
12
13
13
[workspace .lints .rust ]
14
14
missing_debug_implementations = " deny"
15
15
unsafe_code = " deny" # https://github.com/containers/composefs-rs/issues/123
16
16
17
17
[workspace .dependencies ]
18
- composefs = { version = " 0.2 .0" , path = " crates/composefs" , default-features = false }
19
- composefs-oci = { version = " 0.2 .0" , path = " crates/composefs-oci" , default-features = false }
20
- composefs-boot = { version = " 0.2 .0" , path = " crates/composefs-boot" , default-features = false }
18
+ composefs = { version = " 0.3 .0" , path = " crates/composefs" , default-features = false }
19
+ composefs-oci = { version = " 0.3 .0" , path = " crates/composefs-oci" , default-features = false }
20
+ composefs-boot = { version = " 0.3 .0" , path = " crates/composefs-boot" , default-features = false }
21
21
22
22
[profile .dev .package .sha2 ]
23
23
# this is *really* slow otherwise
You can’t perform that action at this time.
0 commit comments