Skip to content

Commit

Permalink
core: add publish workflow, add docs badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed May 31, 2024
1 parent d57db51 commit c1864f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metre-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metre-macros"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
description = "Macros for the metre crate"
Expand Down
4 changes: 2 additions & 2 deletions metre/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metre"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "Metre, the configuration loader for Rust"
repository = "https://github.com/ramiroaisen/metre"
Expand Down Expand Up @@ -39,7 +39,7 @@ url-async = ["dep:reqwest"]
reqwest-rustls-tls = ["reqwest?/rustls-tls"]

[dependencies]
metre-macros = { version = "0.2.1", path = "../metre-macros", optional = true }
metre-macros = { version = "0.2.2", path = "../metre-macros", optional = true }
json_comments = { version = "0.2.2", optional = true }
owo-colors = { version = "4.0.0" }
reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"], optional = true }
Expand Down

0 comments on commit c1864f6

Please sign in to comment.