Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include license files on publishing #461

Merged
merged 1 commit into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Include license files on publishing
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Dec 23, 2022
commit 104950aed1bc7a1cda91a2ba921c2c1ffd0f0433
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ members = [

# internal
"examples"
#"examples/hot_reload_tide" untill https://github.com/rustsec/rustsec/issues/501 is resolved
#"examples/hot_reload_tide" until https://github.com/rustsec/rustsec/issues/501 is resolved
]

exclude = ["examples/hot_reload_tide"]

[patch.crates-io]
notify = { path = "notify/" }
notify-debouncer-mini = { path = "notify-debouncer-mini/" }
notify-debouncer-mini = { path = "notify-debouncer-mini/" }
2 changes: 1 addition & 1 deletion notify-debouncer-mini/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ crossbeam = ["crossbeam-channel","notify/crossbeam-channel"]
[dependencies]
notify = "5.0.0"
crossbeam-channel = { version = "0.5", optional = true }
serde = { version = "1.0.89", features = ["derive"], optional = true }
serde = { version = "1.0.89", features = ["derive"], optional = true }
1 change: 1 addition & 0 deletions notify-debouncer-mini/LICENSE
1 change: 1 addition & 0 deletions notify-debouncer-mini/LICENSE.ARTISTIC
1 change: 1 addition & 0 deletions notify/LICENSE
1 change: 1 addition & 0 deletions notify/LICENSE.ARTISTIC