Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into add-platform-info-c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
ThomasFrans committed Nov 26, 2023
2 parents 5bb4c2b + 0c9be11 commit a9e1571
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tags

# Ignore generated resources
*.1
misc/_ncspot
misc/ncspot.bash
misc/ncspot.fish
misc/ncspot.elv
misc/_ncspot.ps1
/misc/_ncspot
/misc/ncspot.bash
/misc/ncspot.fish
/misc/ncspot.elv
/misc/_ncspot.ps1
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Special color for unavailable items
- changelog with all the relevant user-facing changes to the project
- Changelog with all the relevant user-facing changes to the project
- `info` command line subcommand to show platform specific information

### Changed
Expand Down Expand Up @@ -127,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bug causing command prompt to appear after 'Connecting to Spotify..' startup message after quiting
`ncspot`

### [0.11.2] - 2022-10-15
## [0.11.2] - 2022-10-15

### Added

Expand All @@ -142,7 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Crash when trying to play an empty, shuffled queue

### [0.11.1] - 2022-09-17
## [0.11.1] - 2022-09-17

### Changed

Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ codegen-units = 16

[dependencies]
chrono = "0.4"
clap = "4.4.7"
clap = "4.4.8"
clipboard = {version = "0.5", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "3.11.1", default-features = false, features = ["tokio"], optional = true}
fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.149"
libc = "0.2.150"
librespot-core = "0.4.2"
librespot-playback = "0.4.2"
librespot-protocol = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap_mangen = "0.2.15"
clap_complete = "4.4.4"
clap = "4.4.7"
clap = "4.4.8"

[dependencies.ncspot]
default-features = false
Expand Down

0 comments on commit a9e1571

Please sign in to comment.