Skip to content

Commit

Permalink
upgrade windows-rs to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 18, 2023
1 parent db2a43a commit 187cbc7
Show file tree
Hide file tree
Showing 27 changed files with 110,971 additions and 113,275 deletions.
182 changes: 140 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ targets = []

[dependencies]
fabric-metadata = { git = "https://github.com/youyuanwu/fabric-metadata.git", rev = "9d62ca15573a0716fb9828dce03a489ae4b8a4a7"}
windows-core = "0.51"

[dependencies.windows]
version = "0.43"
version = "0.51"
features = [
"Win32_Foundation"
"Win32_Foundation",
"implement"
]

[features]
Expand Down
8 changes: 8 additions & 0 deletions bindings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--in ./build/_deps/fabric_metadata-src/.windows/winmd/Microsoft.ServiceFabric.winmd
--out src/Microsoft.rs

--filter
Microsoft

--config
implement=true
6 changes: 4 additions & 2 deletions crates/fabric/ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ log = "0.4"
env_logger = "*"
tokio = { version = "1", features = ["full"] }
paste = "1.0"
windows-core = "0.51"

[dependencies.windows]
version = "0.43"
version = "0.51"
features = [
"implement",
"interface"
"Win32_System_Com",
"Win32_Foundation"
]

[dependencies.service-fabric-rs]
Expand Down
Loading

0 comments on commit 187cbc7

Please sign in to comment.