Skip to content

Commit

Permalink
Bump prusti contracts version (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif authored Sep 4, 2023
1 parent a0681ee commit cfefd8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions prusti-contracts/prusti-contracts-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prusti-contracts-proc-macros"
version = "0.1.10"
version = "0.2.0"
authors = ["Prusti Devs <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand All @@ -15,7 +15,7 @@ categories = ["development-tools", "development-tools::testing"]
proc-macro = true

[dependencies]
prusti-specs = { path = "../prusti-specs", version = "0.1.10", optional = true }
prusti-specs = { path = "../prusti-specs", version = "0.2.0", optional = true }
proc-macro2 = { version = "1.0", optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions prusti-contracts/prusti-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prusti-contracts"
version = "0.1.10"
version = "0.2.0"
authors = ["Prusti Devs <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand All @@ -12,7 +12,7 @@ keywords = ["prusti", "contracts", "verification", "formal", "specifications"]
categories = ["development-tools", "development-tools::testing"]

[dependencies]
prusti-contracts-proc-macros = { path = "../prusti-contracts-proc-macros", version = "0.1.10" }
prusti-contracts-proc-macros = { path = "../prusti-contracts-proc-macros", version = "0.2.0" }

[dev-dependencies]
trybuild = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion prusti-contracts/prusti-specs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prusti-specs"
version = "0.1.10"
version = "0.2.0"
authors = ["Prusti Devs <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions prusti-contracts/prusti-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prusti-std"
version = "0.1.10"
version = "0.2.0"
authors = ["Prusti Devs <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand All @@ -12,7 +12,7 @@ keywords = ["prusti", "contracts", "verification", "formal", "specifications"]
categories = ["development-tools", "development-tools::testing"]

[dependencies]
prusti-contracts = { path = "../prusti-contracts", version = "0.1.10" }
prusti-contracts = { path = "../prusti-contracts", version = "0.2.0" }

# Forward "prusti" flag
[features]
Expand Down

0 comments on commit cfefd8d

Please sign in to comment.