Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Jun 5, 2021
1 parent 9603ae3 commit b68af6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,4 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
hashbrown = { version = "0.11.2", features = ["serde"] }
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "mysql", "sqlite", "postgres", "chrono", "uuid" ] }
redis = { version = "0.20", features = ["tokio-comp", "connection-manager"] }
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", branch = "main", version = "0.1.1" }

[patch."https://github.com/chillfish8/lust"]
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", branch = "main", version = "0.1.1" }
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", branch = "main" }

0 comments on commit b68af6a

Please sign in to comment.