Skip to content

Commit

Permalink
Bumps verison to v0.12.0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Aug 23, 2024
1 parent fe7bb2a commit 7d31173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ion-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
"**/ion-schema-schemas/isl/**",
"*.pdf"
]
version = "0.11.0"
version = "0.12.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -31,5 +31,5 @@ half = "2.2.1"

[dev-dependencies]
rstest = "0.9"
clap = {version = "2.33.3", features = ["yaml"]}
clap = { version = "2.33.3", features = ["yaml"] }
test-generator = "0.3.0"

0 comments on commit 7d31173

Please sign in to comment.