Skip to content

Commit af93e3f

Browse files
authored
Merge pull request #717 from pragma-org/jeluard/missing-build
fix: package build.rs
2 parents 24cf48b + 718024a commit af93e3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/amaru-ledger/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme = "README.md"
1414
rust-version.workspace = true
1515
keywords.workspace = true
1616
categories.workspace = true
17+
build = "build.rs"
1718

1819
[features]
1920
default = []

crates/amaru/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
keywords.workspace = true
1616
categories.workspace = true
1717
build = "build.rs"
18-
include = ["src/**/*", "config/**", "Cargo.toml"]
18+
include = ["src/**/*", "config/**", "Cargo.toml", "build.rs"]
1919
default-run = "amaru"
2020

2121
[[bin]]

0 commit comments

Comments
 (0)