Skip to content

Commit

Permalink
chore(deps): bump phnt to 0.0.27 and update submodule 🔧
Browse files Browse the repository at this point in the history
- Updated `phnt` crate version from 0.0.26 to 0.0.27 in `Cargo.toml` and `Cargo.lock`
- Added dev-dependency for `windows-sys` with `Win32_System_Threading` feature
- Updated submodule `phnt-nightly` to latest commit
- Regenerated FFI bindings
  • Loading branch information
oberrich committed Jul 31, 2024
1 parent f3fc2f4 commit c0cb56a
Show file tree
Hide file tree
Showing 5 changed files with 37,159 additions and 29,114 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phnt"
version = "0.0.26"
version = "0.0.27"
license = "MIT"
authors = ["oberrich <oberrich.llvm@proton.me>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand All @@ -27,6 +27,10 @@ chrono = { version = "0.4.37", optional = true }
version = "0.42.0"
features = ["Win32_Foundation"]

[dev-dependencies.windows-sys]
version = "0.42.0"
features = ["Win32_System_Threading"]

[dependencies]
nt-string = "0.1.1"
cty = "0.2.2"
2 changes: 1 addition & 1 deletion deps/phnt-nightly
Submodule phnt-nightly updated 22 files
+21 −685 LICENSE
+247 −1,299 ntexapi.h
+5 −0 ntimage.h
+407 −10 ntioapi.h
+1 −0 ntkeapi.h
+28 −4 ntldr.h
+0 −595 ntmisc.h
+17 −5 ntmmapi.h
+1 −1 ntobapi.h
+18 −5 ntpebteb.h
+141 −7 ntpoapi.h
+133 −12 ntpsapi.h
+4 −4 ntregapi.h
+473 −69 ntrtl.h
+6 −6 ntsam.h
+85 −0 ntseapi.h
+64 −75 ntwmi.h
+1 −1 ntzwapi.h
+2 −0 phnt.h
+12 −1 phnt_ntdef.h
+8 −0 phnt_windows.h
+40 −28 winsta.h
Loading

0 comments on commit c0cb56a

Please sign in to comment.