From 999fe55e80588a7f0daf8604fe7f3a5aff6b421f Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:06:11 -0300 Subject: [PATCH] bump to url dollar sign fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0353e7a..3d632d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ unic-langid = { version = "0.9.0", features = ["serde"] } unicode-segmentation = "1.6.0" unscanny = "0.1.0" url = { version = "2.4", features = ["serde"] } -biblatex = { git = "https://github.com/typst/biblatex.git", branch = "extra-editortypes", optional = true } +biblatex = { git = "https://github.com/typst/biblatex.git", branch = "fix-dollar-sign-in-url", optional = true } ciborium = { version = "0.2.1", optional = true } clap = { version = "4", optional = true, features = ["cargo"] } strum = { version = "0.26", features = ["derive"], optional = true }