mirror of https://github.com/stelzo/typst.git
Clean up unused dependency (#3600)
This commit is contained in:
parent
a2d097686f
commit
c29db5f27e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue