Skip to content

Commit ca035c9

Browse files
committed
Set MSRV in Cargo.toml files to 1.71
Signed-off-by: Christian König <[email protected]>
1 parent 0884a0d commit ca035c9

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Librespot Org"]
66
license = "MIT"
77
description = "An open source client library for Spotify, with support for Spotify Connect"

audio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-audio"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Lietar <[email protected]>"]
66
description = "The audio fetching logic for librespot"
77
license = "MIT"

connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-connect"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Lietar <[email protected]>"]
66
description = "The discovery and Spotify Connect logic for librespot"
77
license = "MIT"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-core"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Lietar <[email protected]>"]
66
build = "build.rs"
77
description = "The core functionality provided by librespot"

discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-discovery"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Lietar <[email protected]>"]
66
description = "The discovery logic for librespot"
77
license = "MIT"

metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-metadata"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Lietar <[email protected]>"]
66
description = "The metadata logic for librespot"
77
license = "MIT"

playback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-playback"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Sasha Hilton <[email protected]>"]
66
description = "The audio playback logic for librespot"
77
license = "MIT"

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "librespot-protocol"
33
version = "0.5.0-dev"
4-
rust-version = "1.61"
4+
rust-version = "1.71"
55
authors = ["Paul Liétar <[email protected]>"]
66
build = "build.rs"
77
description = "The protobuf logic for communicating with Spotify servers"

0 commit comments

Comments
 (0)