mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-15 12:12:18 +08:00
Update to bitflags 0.9.
This commit is contained in:
@@ -29,13 +29,13 @@ limits = []
|
||||
|
||||
[dependencies]
|
||||
time = "0.1.0"
|
||||
bitflags = "0.8"
|
||||
lru-cache = "0.1.0"
|
||||
bitflags = "0.9"
|
||||
lru-cache = "0.1"
|
||||
chrono = { version = "0.3", optional = true }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3.4"
|
||||
tempdir = "0.3"
|
||||
lazy_static = "0.2"
|
||||
regex = "0.2"
|
||||
|
||||
|
Reference in New Issue
Block a user