Skip to content

Commit 144e08b

Browse files
committed
Use diesel master branch
1 parent 8e9b23b commit 144e08b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ authors = ["technetos <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
diesel = { version = "1.3.2", features = ["postgres", "chrono", "uuid"] }
8+
diesel = { version = "1.3.3", features = ["postgres", "chrono", "uuid"] }
99
postgres_resource_derive = { path = "./postgres_resource_derive" }
1010
serde_derive = "1.0"
1111
serde = "1.0"
1212

13+
[replace]
14+
"diesel:1.3.3" = { git = "https://github.com/diesel-rs/diesel" }
15+
"diesel_derives:1.3.0" = { git = "https://github.com/diesel-rs/diesel" }
16+
1317
[dev-dependencies]
1418
diesel_migrations = { version = "1.3.0", features = ["postgres"] }

0 commit comments

Comments
 (0)