Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Sep 1, 2023
1 parent 3c5d02e commit 7f1c2b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "inanis"
version = "1.2.0"
authors = ["Pawel Osikowski"]
version = "1.2.1"
authors = [ "Pawel Osikowski" ]
repository = "https://github.com/Tearth/Inanis"
edition = "2021"

[lib]
doctest = false

[features]
syzygy = ["dep:cc"]
bindgen = ["dep:bindgen"]
syzygy = [ "dep:cc" ]
bindgen = [ "dep:bindgen" ]

[dependencies]
common = { path = "./common/" }
Expand All @@ -21,7 +21,7 @@ cc = { version = "1.0.73", optional = true }
bindgen = { version = "0.60.1", optional = true }

[dev-dependencies]
criterion = { version = "0.3.6", features = ["html_reports"] }
criterion = { version = "0.3.6", features = [ "html_reports" ] }

[profile.release]
panic = "abort"
Expand Down

0 comments on commit 7f1c2b5

Please sign in to comment.