deps: Remove bitflags
This removes the need to use a modified copy and makes running tests easier.
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
name = "rs"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.1"
|
||||
|
||||
[lib]
|
||||
name = "rs"
|
||||
path = "src/lib.rs"
|
||||
|
||||
Reference in New Issue
Block a user