Skip to content

Commit 706b5e2

Browse files
committed
Remove ci script from the published package
(Seems we managed to do the "same" mistake as all the others)
1 parent f428eed commit 706b5e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Daniel Buse <daniel.buse@giga-infosystems.com>",
66
]
77
name = "diesel-oci"
8-
version = "0.5.0"
8+
version = "0.5.1"
99
license = "MIT OR Apache-2.0"
1010
description = "A oci database adapter for diesel"
1111
readme = "README.md"
@@ -14,6 +14,15 @@ categories = ["database"]
1414
edition = "2021"
1515
repository = "https://github.com/GiGainfosystems/diesel-oci/"
1616
documentation = "https://docs.rs/diesel-oci"
17+
include = [
18+
"Cargo.toml",
19+
"LICENSE-MIT",
20+
"LICENSE-APACHE",
21+
"README.md",
22+
"src/**/*.rs",
23+
"src/oracle/connection/define_create_if_not_exists.sql",
24+
"src/oracle/connection/create_migration_table.sql",
25+
]
1726

1827
[dependencies]
1928
oracle = {version = "0.6.0", features = ["chrono"]}

0 commit comments

Comments
 (0)