Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 3, 2025
1 parent f6ab599 commit c54c9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic-toml"
version = "0.1.9"
version = "0.1.10"
authors = ["Alex Crichton <[email protected]>", "David Tolnay <[email protected]>"]
categories = ["config", "encoding", "parser-implementations"]
description = "Minimal TOML library with few dependencies"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
//!
//! TOML's date and time syntax are not supported.
#![doc(html_root_url = "https://docs.rs/basic-toml/0.1.9")]
#![doc(html_root_url = "https://docs.rs/basic-toml/0.1.10")]
#![deny(missing_docs)]
#![allow(
clippy::bool_to_int_with_if,
Expand Down

0 comments on commit c54c9bd

Please sign in to comment.