Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Jan 21, 2025
1 parent 0bda8ac commit 96629b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
license = "MIT"
repository = "https://github.com/samestep/floretta"
edition = "2021"

[workspace.dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
floretta = { path = "crates/floretta", version = "0.2.0" }
floretta = { path = "crates/floretta", version = "0.3.0" }
thiserror = "1"
wasm-encoder = { version = "0.220", features = ["wasmparser"] }
wasmparser = "0.220"
Expand Down

0 comments on commit 96629b0

Please sign in to comment.