Skip to content

Commit 89c53b0

Browse files
committed
changed allow-dirty=['ci'] to true. in dist-workspace.toml, revert cargo.toml
1 parent c5c07e6 commit 89c53b0

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ r2x-ast = { path = "crates/r2x-ast", version = "0.0.1" }
2424
[profile.dist]
2525
inherits = "release"
2626
lto = "thin"
27-
28-
[workspace.metadata.dist]
29-
# dist init removes the python sections needed for pyo3 to compile.
30-
allow-dirty = true

dist-workspace.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ install-path = "CARGO_HOME"
1717
install-updater = false
1818

1919
[workspace.metadata.dist]
20-
allow-dirty = ["ci"]
21-
20+
allow-dirty = true

0 commit comments

Comments
 (0)