Skip to content

Commit

Permalink
proptest-stateful: Bump package version to 0.1.3
Browse files Browse the repository at this point in the history
This new version pulls in all the recent README changes and adds the new
counter test.

Change-Id: I93c562918a965e1cc295f2d0e107f6034238efdd
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5282
Tested-by: Buildkite CI
Reviewed-by: Aspen Smith <[email protected]>
  • Loading branch information
nickelization committed Jul 3, 2023
1 parent bc8e893 commit 8b0f4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proptest-stateful"
version = "0.1.2"
version = "0.1.3"
license = "Apache-2.0"
description = "Library for building stateful property tests using the proptest crate"
homepage = "https://github.com/readysettech/proptest-stateful/"
Expand All @@ -17,3 +17,4 @@ async-trait = "0.1"
proptest = "1.0.0"
rand = "0.8.5"
tokio = { version = "1.28", features = ["full"] }

0 comments on commit 8b0f4b1

Please sign in to comment.