Skip to content

Commit

Permalink
fix std propagation for windows-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Intege-rs committed Jul 15, 2024
1 parent 02c4f29 commit e1af3a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ version = "0.52.6"
path = "../targets"

[dependencies.windows-result]
default-features = false
version = "0.2.0"
path = "../result"

[dependencies.windows-strings]
default-features = false
version = "0.1.0"
path = "../strings"

Expand All @@ -35,4 +37,4 @@ windows-interface = { path = "../interface", version = "0.58.0" }

[features]
default = ["std"]
std = []
std = ["windows-result/std", "windows-strings/std"]

0 comments on commit e1af3a7

Please sign in to comment.