Skip to content

Commit dbf3912

Browse files
bbb651demurgos
authored andcommitted
Exclude thumbnails folder from package
1 parent 80e5fad commit dbf3912

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Next
22

33
- **[Fix]** Fix spelling when matching `GNOME-Classic`. ([@bash](https://github.com/bash), [#11](https://github.com/demurgos/detect-desktop-environment/pull/11))
4+
- **[Fix]** Remove thumbnails from Cargo package, for faster downloads. ([@bbb651](https://github.com/bbb651), [#12](https://github.com/demurgos/detect-desktop-environment/pull/12))
45

56
# 1.1.0 (2024-04-16)
67

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords = ["desktop-environment", "detect", "env"]
1111
categories = ["gui", "os"]
1212
license = "MIT"
1313
edition = "2021"
14+
exclude = ["thumbnails"]
1415
# Rust support policy:
1516
# - The 8 last stable versions are supported (1 year)
1617
# - Other versions are supported on a best-effort basis

0 commit comments

Comments
 (0)