Skip to content

Commit

Permalink
Prepare 0.4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jul 18, 2022
1 parent 43efc80 commit 261e2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "pq-sys"
version = "0.4.6"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
version = "0.4.7"
description = "Auto-generated rust bindings for libpq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sgrif/pq-sys"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn configured_by_vcpkg() -> bool {
false
}

fn check_and_use_lib_dir(var_name: &str) -> Result<String, VarError>{
fn check_and_use_lib_dir(var_name: &str) -> Result<String, env::VarError>{
println!("cargo:rerun-if-env-changed={:?}", var_name);
println!("{:?} = {:?}", var_name , env::var(var_name));

Expand Down

0 comments on commit 261e2fe

Please sign in to comment.