summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-03-11 06:24:16 -0400
committerGitHub <noreply@github.com>2024-03-11 10:24:16 +0000
commitc29db5f27e9f7b6865dc540a63d9fe269dfaac1b (patch)
tree7705258459c444186f8b264665017a44314d6656
parenta2d097686f01b2834f4a9b313bd9c1c692210479 (diff)
Clean up unused dependency (#3600)
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--Cargo.lock1
-rw-r--r--crates/typst-cli/Cargo.toml1
3 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 15bae632..1932bf70 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index e9057b93..a549d204 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2626,7 +2626,6 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml 0.9.32",
- "siphasher 1.0.0",
"tar",
"tempfile",
"toml",
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index e7005a71..6d5b4c38 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.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 }