Bump hayagriva (#4144)

This commit is contained in:
Laurenz 2024-05-16 12:37:13 +02:00 committed by GitHub
parent 017f2f4566
commit 5f5a8f0f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

8
Cargo.lock generated
View file

@ -288,9 +288,9 @@ dependencies = [
[[package]]
name = "citationberg"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82108f2b676c954076d2e5044f19a6a03887b24bd42804f322e0650d13035899"
checksum = "d259fe9fd78ffa05a119581d20fddb50bfba428311057b12741ffb9015123d0b"
dependencies = [
"quick-xml",
"serde",
@ -827,9 +827,9 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "hayagriva"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2e670de5191df083ddd112cd253049f8213277ccf0c15e18a8bf10e6c666cc"
checksum = "1d0d20c98b77b86ce737876b2a1653e2e6abbeee84afbb39d72111091191c97a"
dependencies = [
"biblatex",
"ciborium",

View file

@ -48,7 +48,7 @@ env_proxy = "0.4"
flate2 = "1"
fontdb = { version = "0.16", default-features = false }
fs_extra = "1.3"
hayagriva = "0.5.2"
hayagriva = "0.5.3"
heck = "0.4"
hypher = "0.1.4"
icu_properties = { version = "1.4", features = ["serde"] }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -107,3 +107,10 @@ B #cite(<netwok>) #cite(<arrgh>).
#show bibliography: none
#bibliography("/assets/bib/works.bib")
--- issue-3699-cite-twice-et-al ---
// Citing a second time showed all authors instead of "et al".
@mcintosh_anxiety \
@mcintosh_anxiety
#show bibliography: none
#bibliography("/assets/bib/works.bib", style: "chicago-author-date")