Skip to content

Commit

Permalink
Release Rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jul 22, 2024
1 parent bb490da commit e8fe4b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rust/cli/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 rust/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magika-cli"
version = "0.1.0-dev"
version = "0.1.0"
authors = ["Magika Developers <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ anyhow = "1.0.86"
async-channel = "2.3.1"
clap = { version = "4.5.9", features = ["derive"] }
colored = "2.1.0"
magika = { version = "0.1.0-dev", path = "../lib", features = ["serde"] }
magika = { version = "0.1.0", path = "../lib", features = ["serde"] }
ort = "2.0.0-rc.4"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
Expand Down
2 changes: 1 addition & 1 deletion rust/lib/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 rust/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magika"
version = "0.1.0-dev"
version = "0.1.0"
authors = ["Magika Developers <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit e8fe4b5

Please sign in to comment.