Skip to content

Commit d3746df

Browse files
committed
make gix-url publishable by adding baseline test
1 parent 30b2761 commit d3746df

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gix-revision/fuzz/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project implementing parsing and serialization of gix-url"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "tests/baseline/**/*"]
1010
rust-version = "1.65"
1111

1212
[lib]

0 commit comments

Comments
 (0)