Skip to content

Commit 6a61abd

Browse files
committed
Add triomphe
As we'll put offsets into children array, we won't be able to use the union trick. So lets use weakless arc instead!
1 parent feedf16 commit 6a61abd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rowan"
3-
version = "0.11.0-pre.1"
3+
version = "0.10.1"
44
authors = ["Aleksey Kladov <[email protected]>"]
55
repository = "https://github.com/rust-analyzer/rowan"
66
license = "MIT OR Apache-2.0"
@@ -10,10 +10,12 @@ edition = "2018"
1010
[dependencies]
1111
erasable = "1.2.1"
1212
rustc-hash = "1.0.1"
13-
serde = { version = "1.0.89", optional = true, default-features = false }
1413
slice-dst = "1.4.1"
1514
smol_str = "0.1.10"
1615
text-size = "1.0.0"
16+
triomphe = "0.1.1"
17+
18+
serde = { version = "1.0.89", optional = true, default-features = false }
1719

1820
[dev-dependencies]
1921
m_lexer = "0.0.4"

0 commit comments

Comments
 (0)