@@ -100,14 +100,16 @@ homepage = "https://malwaredb.net/"
100100keywords = [" cybersecurity" , " malware" , " malware-research" , " forensics" ]
101101categories = [" database" , " data-structures" , " parsing" ]
102102rust-version = " 1.88.0"
103- publish = false
103+ # Ensure the change logs are updated before publishing.
104+ # Ensure the versions below are updated.
105+ publish = true
104106
105107[workspace .dependencies ]
106108# Internal dependencies
107- malwaredb-api = { path = " crates/api" , version = " 0.3.0 " , default-features = false }
108- malwaredb-client = { path = " client" , version = " 0.3.0 " , default-features = false }
109- malwaredb-server = { path = " crates/server" , version = " 0.3.0 " , default-features = false }
110- malwaredb-types = { path = " crates/types" , version = " 0.3.0 " , default-features = false }
109+ malwaredb-api = { path = " crates/api" , version = " 0.3.1 " , default-features = false }
110+ malwaredb-client = { path = " client" , version = " 0.3.1 " , default-features = false }
111+ malwaredb-server = { path = " crates/server" , version = " 0.3.1 " , default-features = false }
112+ malwaredb-types = { path = " crates/types" , version = " 0.3.1 " , default-features = false }
111113
112114# External dependencies
113115aes-gcm = { version = " 0.10.3" , default-features = false }
0 commit comments