Skip to content

Commit 6f15627

Browse files
committed
Move errcodes.txt to its own file
Easier to synchronize with postgres's this way
1 parent 8d681b3 commit 6f15627

File tree

3 files changed

+469
-470
lines changed

3 files changed

+469
-470
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.1/postgres"
99
readme = "README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql"]
1111
build = "build.rs"
12-
include = ["src/*", "build.rs", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
12+
include = ["src/*", "build.rs", "errcodes.txt", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
1313

1414
[lib]
1515
name = "postgres"

0 commit comments

Comments
 (0)