Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Mar 22, 2024
1 parent ac2821a commit fcbb4d5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb"
version = "0.0.8-dev"
version = "0.0.8"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand Down Expand Up @@ -72,9 +72,9 @@ LegalCopyright = "Copyright © 2023-2024, MalwareDB Developers"

[workspace.dependencies]
# Internal dependencies
malwaredb-api = { path = "crates/api", version = "0.0.8-dev" }
malwaredb-server = { path = "crates/server", version = "0.0.8-dev" }
malwaredb-types = { path = "crates/types", version = "0.0.8-dev", default-features = false }
malwaredb-api = { path = "crates/api", version = "0.0.8" }
malwaredb-server = { path = "crates/server", version = "0.0.8" }
malwaredb-types = { path = "crates/types", version = "0.0.8", default-features = false }

# External dependencies
aes-gcm = { version = "0.10.3", features = ["aes", "alloc", "getrandom", "std"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb-client"
version = "0.0.8-dev"
version = "0.0.8"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb-api"
version = "0.0.8-dev"
version = "0.0.8"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb-server"
version = "0.0.8-dev"
version = "0.0.8"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions crates/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb-types"
version = "0.0.8-dev"
version = "0.0.8"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand All @@ -26,7 +26,7 @@ rtf = []
anyhow = { workspace = true }
chrono = { workspace = true }
flagset = { workspace = true, optional = true }
fuzzyhash = {workspace = true }
fuzzyhash = { workspace = true }
hex = { workspace = true }
md-5 = { workspace = true }
pdf = { workspace = true, optional = true }
Expand Down

0 comments on commit fcbb4d5

Please sign in to comment.