Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Aug 16, 2023
1 parent 0b37b23 commit 9e10c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_compilation_db"
version = "0.3.0"
version = "1.0.0"
authors = ["László Nagy <rizsotto at gmail dot com>"]
description = "Rust crate to read/write JSON compilation database file."
keywords = ["clang", "clang-tooling", "compilation-database"]
Expand All @@ -14,6 +14,3 @@ edition = "2021"
serde = "1.0"
serde_json = "1.0"
shell-words = "1.1"

[dev-dependencies]
tempfile = "3.7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
json_compilation_db = "0.3"
json_compilation_db = "1.0"
```

## License
Expand Down

0 comments on commit 9e10c6d

Please sign in to comment.