Skip to content

Commit 39ca9a8

Browse files
authored
build(dpapi): set publish = false for now (#382)
1 parent 66cd938 commit 39ca9a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crates/dpapi-cli-client/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "dpapi-cli-client"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78
xflags = "0.3"

crates/dpapi/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/devolutions/sspi-rs"
88
repository = "https://github.com/devolutions/sspi-rs"
99
authors = ["Devolutions Inc. <infos@devolutions.net>"]
1010
description = "A Rust implementation of Windows DPAPI"
11+
publish = false # not ready yet
1112

1213
[lib]
1314
name = "dpapi"
@@ -52,7 +53,7 @@ url = "2.5"
5253
thiserror = "2.0"
5354
regex = "1.11"
5455

55-
sspi = { path = "../..", features = ["network_client"] }
56+
sspi = { path = "../..", version = "0.15", features = ["network_client"] }
5657

5758
[dev-dependencies]
5859
paste = "1.0"

0 commit comments

Comments
 (0)