From 44eb5aae604c643829525a0fea162e5e991d5b66 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 15:23:30 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 4 ++-- README.md | 4 ++-- src/lib.rs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28b3d5b..60142fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hayagriva" -version = "0.1.1" +version = "0.2.0" authors = ["Martin Haug "] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,7 +15,7 @@ default = ["biblatex"] cli = ["clap"] [dependencies] -biblatex = { git = "https://github.com/typst/biblatex", optional = true } +biblatex = { version = "0.7", optional = true } clap = { version = "3.1", optional = true, features = ["cargo"] } chrono = { version = "0.4", default-features = false } isolang = "2.1" diff --git a/README.md b/README.md index 924722d..06821ac 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to install and use Hayagriva on your terminal. Add this to your `Cargo.toml`: ```toml [dependencies] -hayagriva = "0.1" +hayagriva = "0.2" ``` Below, there is an example of how to parse a YAML database and get a Modern @@ -100,7 +100,7 @@ default features by writing this in your `Cargo.toml`: ```toml [dependencies] -hayagriva = { version = "0.1", default-features = false } +hayagriva = { version = "0.2", default-features = false } ``` ### Selectors diff --git a/src/lib.rs b/src/lib.rs index c4bf170..fd0bbe3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ default features by writing this in your `Cargo.toml`: ```toml [dependencies] -hayagriva = { version = "0.1", default-features = false } +hayagriva = { version = "0.2", default-features = false } ``` # Selectors