Skip to content

Commit 5725832

Browse files
committed
Bump text-size
1 parent a1f81a7 commit 5725832

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
108108
] }
109109
smol_str = "0.2.0"
110110
nohash-hasher = "0.2.0"
111-
text-size = "1.1.0"
111+
text-size = "1.1.1"
112112
serde = { version = "1.0.192", features = ["derive"] }
113113
serde_json = "1.0.108"
114114
triomphe = { version = "0.1.8", default-features = false, features = ["std"] }

lib/line-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-in
77
edition = "2021"
88

99
[dependencies]
10-
text-size = "1.1.0"
10+
text-size = "1.1.1"
1111
nohash-hasher = "0.2.0"

0 commit comments

Comments
 (0)