Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Oct 25, 2023
1 parent 61bbd13 commit cd76798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai-url"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
authors = ["Luca <[email protected]>"]
repository = "https://github.com/rhaiscript/rhai-url"
Expand All @@ -27,4 +27,4 @@ serde = "1.0.140"

# NOTE: Need to manually specify `metadata` feature for local `cargo doc`.
[package.metadata.docs.rs]
features = ["metadata"]
features = ["metadata"]

0 comments on commit cd76798

Please sign in to comment.