Skip to content

Commit 8161505

Browse files
authored
Merge pull request #94 from sgrif/exclude_scripts
Exclude generate_bindings.sh script from published package
2 parents 8dbd16c + 69c0c38 commit 8161505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "pq-sys"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
description = "Auto-generated rust bindings for libpq"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/sgrif/pq-sys"
77
links = "pq"
88
build = "build.rs"
99
edition = "2021"
1010
rust-version = "1.82.0"
11+
include = ["README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs", "build.rs", "bindings/**/*.rs"]
1112

1213
[workspace]
1314
members = ["pq-src"]

0 commit comments

Comments
 (0)