Skip to content

Commit

Permalink
bump versions for macros crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Nov 9, 2023
1 parent 12a46b3 commit 4f4255a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ regex = "1.7.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.3" }
serde_json_path_macros = { path = "../serde_json_path_macros", version = "0.1.0" }
serde_json_path_macros = { path = "../serde_json_path_macros", version = "0.1.1" }
thiserror = "1.0"
tracing = { version = "0.1", optional = true }

Expand Down
6 changes: 5 additions & 1 deletion serde_json_path_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

Initial Release
# 0.1.1 (9 November 2023)

- bump version for `serde_json_path_core` update

_Previous versions not tracked here._

4 changes: 2 additions & 2 deletions serde_json_path_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json_path_macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Trevor Hilton <trevor.hilton@gmail.com>"]
Expand All @@ -13,7 +13,7 @@ keywords = ["json", "jsonpath", "json_path", "serde", "serde_json"]

[dependencies]
serde_json_path_macros_internal = { path = "src/internal", version = "0.1.0" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.0" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.3" }
inventory = "0.3"
once_cell = "1"

Expand Down

0 comments on commit 4f4255a

Please sign in to comment.