mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
Version 0.12.0 (#60)
This commit is contained in:
parent
c9a776d118
commit
9c0a22f87f
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ members = [
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.12.0-rc.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.0" # 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>",
|
||||||
|
|
|
@ -25,7 +25,7 @@ indexmap = "1.9"
|
||||||
|
|
||||||
[dependencies.cstree_derive]
|
[dependencies.cstree_derive]
|
||||||
path = "../cstree-derive"
|
path = "../cstree-derive"
|
||||||
version = "0.12.0-rc.0" # must match the `cstree` version in the virtual workspace manifest
|
version = "0.12.0" # must match the `cstree` version in the virtual workspace manifest
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.lasso]
|
[dependencies.lasso]
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
#![allow(unstable_name_collisions)] // strict provenance - must come after `future_incompatible` to take precedence
|
#![allow(unstable_name_collisions)] // strict provenance - must come after `future_incompatible` to take precedence
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
// Docs.rs
|
// Docs.rs
|
||||||
#![doc(html_root_url = "https://docs.rs/cstree/0.12.0-rc.0")]
|
#![doc(html_root_url = "https://docs.rs/cstree/0.12.0")]
|
||||||
#![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