Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechkral committed May 24, 2024
1 parent be810fa commit c4f0ec3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "1.2.0"
version = "1.2.2"
# bump version in intra deps as well
authors = ["Vojtech Kral"]
license = "Apache-2.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ strum.workspace = true
tabular = "0.2.0"
thiserror.workspace = true

cargo-fixture-lib = { version = "=1.2.0", features = ["smol"] }
cargo-fixture-lib = { version = "=1.2.2", features = ["smol"] }

# Tests

Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ strum.workspace = true
thiserror.workspace = true
tokio = { version = "1", features = ["net", "io-util"], optional = true }

cargo-fixture-macros = "=1.2.0"
cargo-fixture-macros = "=1.2.2"

[target.'cfg(windows)'.dependencies]
uds_windows = "1.1"
Expand Down

0 comments on commit c4f0ec3

Please sign in to comment.