Skip to content

Commit

Permalink
update windows-rs to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 19, 2023
1 parent db2a43a commit f560b44
Show file tree
Hide file tree
Showing 27 changed files with 39,164 additions and 39,011 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Remove conflict dll paths
shell: powershell
run: |
get-command libprotobuf.dll
Remove-Item -Recurse -Force C:\mysql\bin
get-command libprotobuf.dll | format-list
Remove-Item -Recurse -Force "C:\Program Files\MySQL\MySQL Server 8.0\bin"
- name: check sf exist
run: Powershell.exe -File .\build\_deps\service_fabric_cpp-src\scripts\check_sf_installed.ps1
Expand Down
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.

14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,20 @@ 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]
implement = []
implement = []
Win32_Foundation = []
ServiceFabric = []
ServiceFabric_FabricCommon = ["ServiceFabric"]
ServiceFabric_FabricCommon_FabricClient = ["ServiceFabric_FabricCommon"]
ServiceFabric_FabricCommon_FabricRuntime = ["ServiceFabric_FabricCommon"]
ServiceFabric_FabricCommon_FabricTransport = ["ServiceFabric_FabricCommon"]
Loading

0 comments on commit f560b44

Please sign in to comment.