diff --git a/ion-schema/Cargo.toml b/ion-schema/Cargo.toml index f4ec96d..bd64425 100644 --- a/ion-schema/Cargo.toml +++ b/ion-schema/Cargo.toml @@ -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 @@ -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" \ No newline at end of file