From b12df03c3a713f6661027e1fb488e5d83c993cd7 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Mon, 2 Sep 2024 11:45:41 +0200 Subject: [PATCH] Update citationberg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15d47ea..be77110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ archive = ["ciborium"] csl-json = ["citationberg/json"] [dependencies] -citationberg = { git = "https://github.com/typst/citationberg.git", rev = "b23892cdddb7cf665ea4cd513b671cb67ceabf9c" } +citationberg = { git = "https://github.com/typst/citationberg.git", rev = "e3fd3f08e0e16983b7c3514b791b64c704dc2524" } indexmap = { version = "2.0.2", features = ["serde"] } numerals = "0.1.4" paste = "1.0.14"