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 }