Skip to content

Commit

Permalink
Go back to 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ununoctium authored and Ununoctium committed Nov 14, 2021
1 parent dd11a3d commit 896030e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "triple_triad_solver"
version = "0.1.0"
edition = "2021"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -17,3 +17,6 @@ reqwest = { version = "0.11", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"

[profile.release]
lto = true

0 comments on commit 896030e

Please sign in to comment.