mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Clean up unused dependency (#3600)
This commit is contained in:
parent
a2d097686f
commit
c29db5f27e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: Run Cross
|
||||
if: ${{ matrix.cross}}
|
||||
if: ${{ matrix.cross }}
|
||||
run: |
|
||||
cargo install cross --git https://github.com/cross-rs/cross.git
|
||||
cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl
|
||||
|
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2626,7 +2626,6 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml 0.9.32",
|
||||
"siphasher 1.0.0",
|
||||
"tar",
|
||||
"tempfile",
|
||||
"toml",
|
||||
|
@ -51,7 +51,6 @@ semver = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde_yaml = { workspace = true }
|
||||
siphasher = { workspace = true }
|
||||
tar = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user