Skip to content

Commit

Permalink
break this version
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 10, 2024
1 parent cb68d46 commit 39837ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phnt"
version = "0.0.11"
version = "0.0.12"
license = "MIT"
authors = ["oberrich <[email protected]>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand All @@ -12,7 +12,7 @@ description = "Rust bindings to the System Informer's (formerly known as Process

[package.metadata.docs.rs]
all-features = true
default-target = ""
default-target = "x86_64-pc-windows-msvc"
targets = []

[build-dependencies]
Expand Down
6 changes: 2 additions & 4 deletions src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ impl BindgenConfig {
}

fn main() {
if cfg!(doc) {
println!("Skipping regeneration of bindings for docs.");
return;
}
println!("Skipping regeneration of bindings for docs.");
return;

std::process::Command::new("git")
.args(["submodule", "update", "--remote", "--recursive"])
Expand Down

0 comments on commit 39837ab

Please sign in to comment.