1
1
[package ]
2
2
name = " malwaredb"
3
- version = " 0.0.17-dev " # until Starship learns to read the workspace version
3
+ version = " 0.0.17" # until Starship learns to read the workspace version
4
4
# version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
@@ -81,7 +81,7 @@ OriginalFilename = "MDB_SERVER.EXE"
81
81
LegalCopyright = " Copyright © 2023-2024, MalwareDB Developers"
82
82
83
83
[workspace .package ]
84
- version = " 0.0.17-dev "
84
+ version = " 0.0.17"
85
85
edition = " 2021"
86
86
license = " Apache-2.0"
87
87
authors = [
" Richard Zak <[email protected] >" ]
@@ -92,10 +92,10 @@ categories = ["database", "data-structures", "parsing"]
92
92
93
93
[workspace .dependencies ]
94
94
# Internal dependencies
95
- malwaredb-api = { path = " crates/api" , version = " 0.0.17-dev " , default-features = false }
96
- malwaredb-client = { path = " client" , version = " 0.0.17-dev " , default-features = false }
97
- malwaredb-server = { path = " crates/server" , version = " 0.0.17-dev " , default-features = false }
98
- malwaredb-types = { path = " crates/types" , version = " 0.0.17-dev " , default-features = false }
95
+ malwaredb-api = { path = " crates/api" , version = " 0.0.17" , default-features = false }
96
+ malwaredb-client = { path = " client" , version = " 0.0.17" , default-features = false }
97
+ malwaredb-server = { path = " crates/server" , version = " 0.0.17" , default-features = false }
98
+ malwaredb-types = { path = " crates/types" , version = " 0.0.17" , default-features = false }
99
99
100
100
# External dependencies
101
101
aes-gcm = { version = " 0.10.3" , default-features = false }
0 commit comments