summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:52 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:52 +0100
commitc12a19a0758774a3285ee3d129803a786cd58a87 (patch)
treee2a2d339ef1d14ee40f23dd1926b6edee0d4e521 /Cargo.toml
parent51a8d26a12ec0b0335cbce46edfdef774d73970a (diff)
Switch to crates.io version of self-replace
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fb843b5..eb1b5ac1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ rustls = "0.21"
rustls-pemfile = "1"
rustybuzz = "0.10"
same-file = "1"
-self-replace = { git = "https://github.com/typst/self-replace" } # https://github.com/mitsuhiko/self-replace/pull/16
+self-replace = "1.3.7"
semver = "1"
serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1"