1
1
[package ]
2
2
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
4
4
# version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
@@ -80,7 +80,7 @@ OriginalFilename = "MDB_SERVER.EXE"
80
80
LegalCopyright = " Copyright © 2023-2024, MalwareDB Developers"
81
81
82
82
[workspace .package ]
83
- version = " 0.0.14-dev "
83
+ version = " 0.0.14"
84
84
edition = " 2021"
85
85
license = " Apache-2.0"
86
86
authors = [
" Richard Zak <[email protected] >" ]
@@ -91,10 +91,10 @@ categories = ["database", "data-structures", "parsing"]
91
91
92
92
[workspace .dependencies ]
93
93
# 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 }
98
98
99
99
# External dependencies
100
100
aes-gcm = { version = " 0.10.3" , default-features = false }
0 commit comments