Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 27, 2023
1 parent baafab7 commit 9039151
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.0.0"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "Minimal TOML library with few dependencies"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before the `toml_edit` rewrite).

```toml
[dependencies]
basic-toml = "0.0"
basic-toml = "0.1"
```

<br>
Expand Down

0 comments on commit 9039151

Please sign in to comment.