File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " dpapi-cli-client"
3- version = " 0.1 .0"
3+ version = " 0.0 .0"
44edition = " 2021"
5+ publish = false
56
67[dependencies ]
78xflags = " 0.3"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ homepage = "https://github.com/devolutions/sspi-rs"
88repository = " https://github.com/devolutions/sspi-rs"
99authors = [" Devolutions Inc. <infos@devolutions.net>" ]
1010description = " A Rust implementation of Windows DPAPI"
11+ publish = false # not ready yet
1112
1213[lib ]
1314name = " dpapi"
@@ -52,7 +53,7 @@ url = "2.5"
5253thiserror = " 2.0"
5354regex = " 1.11"
5455
55- sspi = { path = " ../.." , features = [" network_client" ] }
56+ sspi = { path = " ../.." , version = " 0.15 " , features = [" network_client" ] }
5657
5758[dev-dependencies ]
5859paste = " 1.0"
You can’t perform that action at this time.
0 commit comments