Skip to content

Commit

Permalink
Prepare v0.12.1 release (#66)
Browse files Browse the repository at this point in the history
* [Deps] bump indexmap to v2

* bump version to 0.12.1

---------

Co-authored-by: Domenic Quirl <[email protected]>
  • Loading branch information
domenicquirl and Domenic Quirl authored Aug 21, 2024
1 parent 1080120 commit 7f85158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.12.0" # when updating, also update `#![doc(html_root_url)]` and any inter-crate dependencies (such as `cstree`'s dependency on `cstree-derive`)
version = "0.12.1" # when updating, also update `#![doc(html_root_url)]` and any inter-crate dependencies (such as `cstree`'s dependency on `cstree-derive`)
authors = [
"Domenic Quirl <[email protected]>",
"Aleksey Kladov <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions cstree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ triomphe = { version = "0.1.8", default-features = false, features = ["stable_de
sptr = "0.3.2"

# Default Interner
indexmap = "1.9"
indexmap = "2.4.0"

[dependencies.cstree_derive]
path = "../cstree-derive"
version = "0.12.0" # must match the `cstree` version in the virtual workspace manifest
version = "0.12.1" # must match the `cstree` version in the virtual workspace manifest
optional = true

[dependencies.lasso]
Expand Down
2 changes: 1 addition & 1 deletion cstree/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
)]
#![warn(missing_docs)]
// Docs.rs
#![doc(html_root_url = "https://docs.rs/cstree/0.12.0")]
#![doc(html_root_url = "https://docs.rs/cstree/0.12.1")]
#![cfg_attr(doc_cfg, feature(doc_cfg))]

pub mod getting_started;
Expand Down

0 comments on commit 7f85158

Please sign in to comment.