Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jul 23, 2024
1 parent 84d5e3f commit 24b28c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = { workspace = true }
license = { workspace = true }

[workspace.package]
version = "0.1.2"
version = "0.1.3"
authors = ["LogCraft <dev@logcraft.io>"]
edition = "2021"
license = "MPL-2.0"
Expand Down Expand Up @@ -59,8 +59,8 @@ figment = { version = "0.10", features = ["yaml", "env"] }
envsubst = "0.2"

# Local dependencies
logcraft-common = { path = "crates/common", version = "0.1.2" }
logcraft-runtime = { path = "crates/runtime", version = "0.1.2" }
logcraft-common = { path = "crates/common", version = "0.1.3" }
logcraft-runtime = { path = "crates/runtime", version = "0.1.3" }

[target.x86_64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit 24b28c7

Please sign in to comment.