Skip to content

Commit

Permalink
Remove vendored rustc_tools_util.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Feb 13, 2025
1 parent 14295c9 commit 087cae7
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 551 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "vendor/sqlean/bundled/sqlean"]
path = vendor/sqlean/bundled/sqlean
url = https://github.com/trailbaseio/sqlean
[submodule "vendor/serde_rusqlite"]
path = vendor/serde_rusqlite
url = https://github.com/trailbaseio/serde_rusqlite.git
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ rusqlite = { version = "^0.33.0", default-features = false, features = [
"hooks",
"preupdate_hook",
] }
rustc_tools_util = { path = "vendor/rustc_tools_util", version = "0.4.0" }
trailbase-sqlean = { path = "vendor/sqlean", version = "0.0.2" }
trailbase-extension = { path = "trailbase-extension", version = "0.1.1" }
trailbase-sqlite = { path = "trailbase-sqlite", version = "0.1.1" }
Expand Down
4 changes: 2 additions & 2 deletions trailbase-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ regex = "1.11.0"
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls", "json"] }
rusqlite = { workspace = true }
rust-embed = { version = "8.4.0", default-features = false, features = ["mime-guess"] }
rustc_tools_util = { workspace = true }
rustc_tools_util = "^0.4.1"
rustyscript = { version = "^0.11.0", optional = true, features = ["web", "fs"] }
serde = { version = "^1.0.203", features = ["derive"] }
serde_json = "^1.0.117"
Expand Down Expand Up @@ -91,7 +91,7 @@ env_logger = "^0.11.3"
log = "^0.4.21"
prost-build = "0.13.1"
prost-reflect-build = "0.14.0"
rustc_tools_util = { workspace = true }
rustc_tools_util = "^0.4.1"

[dev-dependencies]
anyhow = "^1.0.86"
Expand Down
1 change: 0 additions & 1 deletion vendor/rustc_tools_util/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/rustc_tools_util/CHANGELOG.md

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/rustc_tools_util/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions vendor/rustc_tools_util/LICENSE-APACHE

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/rustc_tools_util/LICENSE-MIT

This file was deleted.

62 changes: 0 additions & 62 deletions vendor/rustc_tools_util/README.md

This file was deleted.

Loading

0 comments on commit 087cae7

Please sign in to comment.