1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 09:07:44 +00:00

bump version to 0.4

This commit is contained in:
Domenic Quirl 2021-04-07 15:09:49 +02:00
parent 467c2f721d
commit 987774d2a5

View file

@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "cstree"
version = "0.3.0"
version = "0.4.0"
authors = ["Domenic Quirl <DomenicQuirl@pm.me>", "Aleksey Kladov <aleksey.kladov@gmail.com>"]
description = "Library for generic lossless syntax trees"
license = "MIT OR Apache-2.0"
@ -15,8 +15,6 @@ fxhash= "0.2.1"
parking_lot= "0.11.1"
# Arc
stable_deref_trait = "1.0.0"
nodrop = "0.1.8"
triomphe = "0.1.2"
[dependencies.serde]