mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 17:17:45 +00:00
bump version to 0.4
This commit is contained in:
parent
467c2f721d
commit
987774d2a5
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
name = "cstree"
|
name = "cstree"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = ["Domenic Quirl <DomenicQuirl@pm.me>", "Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
authors = ["Domenic Quirl <DomenicQuirl@pm.me>", "Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||||
description = "Library for generic lossless syntax trees"
|
description = "Library for generic lossless syntax trees"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -15,8 +15,6 @@ fxhash= "0.2.1"
|
||||||
parking_lot= "0.11.1"
|
parking_lot= "0.11.1"
|
||||||
|
|
||||||
# Arc
|
# Arc
|
||||||
stable_deref_trait = "1.0.0"
|
|
||||||
nodrop = "0.1.8"
|
|
||||||
triomphe = "0.1.2"
|
triomphe = "0.1.2"
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue