Skip to content

Commit

Permalink
Attempt to use edition = "2018" - for now Diesel hav problem with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Slupicki committed Feb 26, 2019
1 parent 31a89ce commit fc62383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "dao"
version = "0.1.0"
authors = ["jslupicki <jan@slupicki.com>"]
#edition = "2018"

[dependencies]
log = "*"
Expand Down
1 change: 1 addition & 0 deletions main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "main"
version = "0.1.0"
authors = ["jslupicki <jan@slupicki.com>"]
edition = "2018"

[dependencies]
dao = { path = "../dao" }
Expand Down
1 change: 1 addition & 0 deletions rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "rest"
version = "0.1.0"
authors = ["jslupicki <jan@slupicki.com>"]
edition = "2018"

[dependencies]
dao = { path = "../dao" }
Expand Down

0 comments on commit fc62383

Please sign in to comment.