Skip to content

Commit 17f9d09

Browse files
committed
chore: prepare for release
Signed-off-by: Richard Zak <[email protected]>
1 parent a3e1ea2 commit 17f9d09

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "malwaredb"
3-
version = "0.0.14-dev" # until Starship learns to read the workspace version
3+
version = "0.0.14" # until Starship learns to read the workspace version
44
# version.workspace = true
55
edition.workspace = true
66
license.workspace = true
@@ -80,7 +80,7 @@ OriginalFilename = "MDB_SERVER.EXE"
8080
LegalCopyright = "Copyright © 2023-2024, MalwareDB Developers"
8181

8282
[workspace.package]
83-
version = "0.0.14-dev"
83+
version = "0.0.14"
8484
edition = "2021"
8585
license = "Apache-2.0"
8686
authors = ["Richard Zak <[email protected]>"]
@@ -91,10 +91,10 @@ categories = ["database", "data-structures", "parsing"]
9191

9292
[workspace.dependencies]
9393
# Internal dependencies
94-
malwaredb-api = { path = "crates/api", version = "0.0.14-dev", default-features = false }
95-
malwaredb-client = { path = "client", version = "0.0.14-dev", default-features = false }
96-
malwaredb-server = { path = "crates/server", version = "0.0.14-dev", default-features = false }
97-
malwaredb-types = { path = "crates/types", version = "0.0.14-dev", default-features = false }
94+
malwaredb-api = { path = "crates/api", version = "0.0.14", default-features = false }
95+
malwaredb-client = { path = "client", version = "0.0.14", default-features = false }
96+
malwaredb-server = { path = "crates/server", version = "0.0.14", default-features = false }
97+
malwaredb-types = { path = "crates/types", version = "0.0.14", default-features = false }
9898

9999
# External dependencies
100100
aes-gcm = { version = "0.10.3", default-features = false }

crates/api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository.workspace = true
88
homepage.workspace = true
99
description = "Common API endpoints and data types for MalwareDB components."
1010
keywords.workspace = true
11-
categories = ["data-structures"]
11+
categories = ["api-bindings", "data-structures"]
1212

1313
[dependencies]
1414
chrono = { workspace = true, features = ["serde"] }

0 commit comments

Comments
 (0)