Skip to content

Commit af5061e

Browse files
committed
progress
1 parent f209a2d commit af5061e

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ serde_json = "1.0.114"
4141
similar = "2.6.0"
4242
slotmap = "1.0.7"
4343
smallvec = { version = "1.13.2", features = ["union", "const_new", "serde"] }
44-
string-interner = "0.19.0"
4544
strum = { version = "0.27.1", features = ["derive"] }
4645
# this will use tokio if available, otherwise async-std
4746
convert_case = "0.6.0"

crates/pgt_workspace/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ serde = { workspace = true, features = ["derive"] }
3838
serde_json = { workspace = true, features = ["raw_value"] }
3939
slotmap = { workspace = true, features = ["serde"] }
4040
sqlx.workspace = true
41-
string-interner = { workspace = true, features = ["serde"] }
4241
strum = { workspace = true }
4342
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
4443
tracing = { workspace = true, features = ["attributes", "log"] }

0 commit comments

Comments
 (0)