Skip to content

Commit

Permalink
chore: prepare for release, cargo update
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jul 28, 2024
1 parent 5d0ed39 commit ecd7441
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malwaredb"
version = "0.0.12-dev" # until Starship learns to read the workspace version
version = "0.0.12" # until Starship learns to read the workspace version
# version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down Expand Up @@ -77,7 +77,7 @@ OriginalFilename = "MDB_SERVER.EXE"
LegalCopyright = "Copyright © 2023-2024, MalwareDB Developers"

[workspace.package]
version = "0.0.12-dev"
version = "0.0.12"
edition = "2021"
license = "Apache-2.0"
authors = ["Richard Zak <[email protected]>"]
Expand All @@ -88,10 +88,10 @@ categories = ["database", "data-structures", "parsing"]

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

# External dependencies
aes-gcm = { version = "0.10.3", default-features = false }
Expand Down Expand Up @@ -141,7 +141,7 @@ slint = { version = "1.7.1" }
slint-build = { version = "1.7.1" }
tempfile = { version = "3.10", default-features = false }
tlsh-fixed = { version = "0.1.1", default-features = false }
tokio = { version = "1.39", default-features = false }
tokio = { version = "1.39.2", default-features = false }
toml = { version = "0.8.15", default-features = false }
tower = { version = "0.4.13", default-features = false }
tracing = { version = "0.1.40", default-features = false }
Expand Down

0 comments on commit ecd7441

Please sign in to comment.