Skip to content

Commit

Permalink
Update option-set dev-dependency to 0.2 (ron-rs#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Aug 15, 2023
1 parent 4076f29 commit 963bd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ serde_derive = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0"
option_set = "0.1"
option_set = "0.2"
1 change: 0 additions & 1 deletion tests/152_bitflags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bitflags! {
}

option_set! {
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
struct TestBad: UpperCamel + u8 {
const ONE = 1;
const TWO = 1 << 1;
Expand Down

0 comments on commit 963bd35

Please sign in to comment.