Skip to content

Commit

Permalink
chore: release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed May 8, 2024
1 parent 08b0cb2 commit 1dabcfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.6.6] - 2024-05-08
### Fixed
- Silenced `clippy::multiple_bound_locations` lints
- Small doc improvements
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unimock"
version = "0.6.5"
version = "0.6.6"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -28,10 +28,10 @@ nightly-tests = []
unstable-doc-cfg = []

[dependencies]
unimock_macros = { path = "unimock_macros", version = "0.6.5" }
once_cell = { version = "1.17", default-features = false }
polonius-the-crab = "0.4"
pretty_assertions = { version = "1.3", optional = true }
unimock_macros = { path = "unimock_macros", version = "0.6.6" }
once_cell = { version = "1.19.0", default-features = false }
polonius-the-crab = "0.4.1"
pretty_assertions = { version = "1.4.0", optional = true }
fragile = { version = "2.0.0", optional = true }
spin = { version = "0.9.8", optional = true }
futures-io-0-3 = { package = "futures-io", version = "0.3.30", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions unimock_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unimock_macros"
version = "0.6.5"
version = "0.6.6"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/audunhalland/unimock/"
keywords = ["procedural-macro", "macros"]

[dependencies]
syn = { version = "2.0.14", features = ["full", "visit-mut"] }
syn = { version = "2.0.61", features = ["full", "visit-mut"] }
quote = "1"
proc-macro2 = "1"

Expand Down

0 comments on commit 1dabcfb

Please sign in to comment.