Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jun 25, 2024
1 parent d6f1568 commit 68bff19
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.0"
version = "0.1.1"
authors = ["LogCraft <dev@logcraft.io>"]
edition = "2021"
license = "MPL-2.0"
Expand Down Expand Up @@ -58,8 +58,8 @@ clap = { version = "4.5", features = ["derive", "env", "cargo"] }
figment = { version = "0.10", features = ["yaml", "env"] }

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

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

0 comments on commit 68bff19

Please sign in to comment.