Skip to content

Commit

Permalink
Release v0.7.0 (#140)
Browse files Browse the repository at this point in the history
This is a breaking change from 0.6.1 because we changed `Tag` from a
struct to a label (even though we're about to deprecate it).
  • Loading branch information
jamesbornholt authored Mar 7, 2024
1 parent 8886b1c commit c8aa400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
description = "A library for testing concurrent Rust code"
Expand All @@ -11,7 +11,7 @@ categories = ["asynchronous", "concurrency", "development-tools::testing"]
[dependencies]
assoc = "0.1.3"
bitvec = "1.0.1"
generator = "0.7.1"
generator = "0.8.1"
hex = "0.4.2"
owo-colors = "3.5.0"
rand_core = "0.6.4"
Expand Down

0 comments on commit c8aa400

Please sign in to comment.