Skip to content

Commit 5c22ef3

Browse files
committed
release: bump versions
Bump abnf_to_pest from 0.5.1 to 0.6.0 (minor) for the upcoming release that brings: - support for ABNF incremental alternatives (`=/`, RFC 5234 §3.3) - predefined ABNF core rules (RFC 5234 §B.1) - the abnf 0.13.0 upgrade with its API adaptation Update src/lib.rs html_root_url accordingly. Assisted-by: Pi:deepinfra/zai-org/GLM-5.2 Assisted-by: Pi:moonshot/kimi-k3
1 parent addaa0f commit 5c22ef3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "abnf_to_pest"
33
# remember to update html_root_url
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/abnf_to_pest/0.5.1")]
1+
#![doc(html_root_url = "https://docs.rs/abnf_to_pest/0.6.0")]
22

33
//! A tiny crate that helps convert ABNF grammars to [pest][pest].
44
//!

0 commit comments

Comments
 (0)