mirror of
https://github.com/RGBCube/cstree
synced 2025-07-29 01:57:44 +00:00
Prepare v0.12.1 release (#66)
* [Deps] bump indexmap to v2 * bump version to 0.12.1 --------- Co-authored-by: Domenic Quirl <DomenicQuirl@protonmail.com>
This commit is contained in:
parent
1080120348
commit
7f8515844d
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
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 = [
|
authors = [
|
||||||
"Domenic Quirl <DomenicQuirl@pm.me>",
|
"Domenic Quirl <DomenicQuirl@pm.me>",
|
||||||
"Aleksey Kladov <aleksey.kladov@gmail.com>",
|
"Aleksey Kladov <aleksey.kladov@gmail.com>",
|
||||||
|
|
|
@ -21,11 +21,11 @@ triomphe = { version = "0.1.8", default-features = false, features = ["stable_de
|
||||||
sptr = "0.3.2"
|
sptr = "0.3.2"
|
||||||
|
|
||||||
# Default Interner
|
# Default Interner
|
||||||
indexmap = "1.9"
|
indexmap = "2.4.0"
|
||||||
|
|
||||||
[dependencies.cstree_derive]
|
[dependencies.cstree_derive]
|
||||||
path = "../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
|
optional = true
|
||||||
|
|
||||||
[dependencies.lasso]
|
[dependencies.lasso]
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
)]
|
)]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
// Docs.rs
|
// 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))]
|
#![cfg_attr(doc_cfg, feature(doc_cfg))]
|
||||||
|
|
||||||
pub mod getting_started;
|
pub mod getting_started;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue