Skip to content

Commit 9947083

Browse files
Remove publish = false from askama_macros and askama_derive Cargo.toml files
f
1 parent d95c912 commit 9947083

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

askama_derive/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
edition = "2024"
1010
rust-version = "1.88"
11-
publish = false
1211

1312
[package.metadata.docs.rs]
1413
all-features = true

askama_macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
edition = "2024"
1010
rust-version = "1.88"
11-
publish = false
1211

1312
[package.metadata.docs.rs]
1413
all-features = true

0 commit comments

Comments
 (0)