Skip to content

Commit f692c63

Browse files
authored
Update option-set dev-dependency to 0.2 (ron-rs#468)
1 parent 8840c9f commit f692c63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ serde_derive = "1.0"
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_bytes = "0.11"
3737
serde_json = "1.0"
38-
option_set = "0.1"
38+
option_set = "0.2"

tests/152_bitflags.rs

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ bitflags! {
1414
}
1515

1616
option_set! {
17-
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
1817
struct TestBad: UpperCamel + u8 {
1918
const ONE = 1;
2019
const TWO = 1 << 1;

0 commit comments

Comments
 (0)