Skip to content

Commit

Permalink
Add a comment about the edition here as we cannot update it (just
Browse files Browse the repository at this point in the history
checked it and it broke)
  • Loading branch information
weiznich committed Mar 24, 2023
1 parent 246e55d commit 0010c71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diesel_derives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
autotests = false
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.65.0"
# we cannot update to newer editions
# because we relay on a name resolution
# hack to get a `diesel` item inside of diesel
# as well as for using diesel-derives in external crates
edition = 2015

[dependencies]
syn = { version = "2.0", features = ["derive", "fold", "full"] }
Expand Down

0 comments on commit 0010c71

Please sign in to comment.