Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Denis authored and xldenis committed Jun 25, 2024
1 parent 92bb6a4 commit 277c9cb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cargo-creusot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-creusot"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion creusot-args/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-args"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion creusot-contracts-dummy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts-dummy"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
homepage = "https://github.com/creusot-rs/creusot"
license = "LGPL-2.1-or-later"
Expand Down
2 changes: 1 addition & 1 deletion creusot-contracts-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts-proc"
version = "0.1.0"
version = "0.1.1"
authors = ["Xavier Denis <[email protected]>"]
edition = "2018"
homepage = "https://github.com/creusot-rs/creusot"
Expand Down
2 changes: 1 addition & 1 deletion creusot-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-contracts"
version = "0.1.0"
version = "0.1.1"
authors = ["Xavier Denis <[email protected]>"]
edition = "2018"
homepage = "https://github.com/creusot-rs/creusot"
Expand Down
2 changes: 1 addition & 1 deletion creusot-dev-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-dev-config"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion creusot-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-metadata"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion creusot-rustc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-rustc"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion creusot-setup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot-setup"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion creusot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "creusot"
version = "0.1.0"
version = "0.1.1"
authors = ["Xavier Denis <[email protected]>"]
edition = "2021"
license = "LGPL-2.1-or-later"
Expand Down
2 changes: 1 addition & 1 deletion pearlite-syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pearlite-syn"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/creusot-rs/creusot"
Expand Down
2 changes: 1 addition & 1 deletion why3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "why3"
version = "0.1.0"
version = "0.1.1"
authors = ["Xavier Denis <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 277c9cb

Please sign in to comment.