Skip to content

Commit 9fca88c

Browse files
committed
Exclude certaint directories
1 parent 9b28016 commit 9fca88c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zelen"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2024"
55
description = "Direct MiniZinc to Selen Solver"
66
rust-version = "1.88"
@@ -11,6 +11,7 @@ homepage = "https://github.com/radevgit/zelen"
1111
repository = "https://github.com/radevgit/zelen"
1212
documentation = "https://docs.rs/zelen"
1313
readme = "README.md"
14+
exclude = ["zinc/", ".github/", "docs/"]
1415

1516
[package.metadata.docs.rs]
1617
# docs.rs configuration

0 commit comments

Comments
 (0)