File tree Expand file tree Collapse file tree 8 files changed +27
-27
lines changed
Expand file tree Collapse file tree 8 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " librespot"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Librespot Org" ]
55license = " MIT"
66description = " An open source client library for Spotify, with support for Spotify Connect"
@@ -22,31 +22,31 @@ doc = false
2222
2323[dependencies .librespot-audio ]
2424path = " audio"
25- version = " 0.3.1 "
25+ version = " 0.4.0 "
2626
2727[dependencies .librespot-connect ]
2828path = " connect"
29- version = " 0.3.1 "
29+ version = " 0.4.0 "
3030
3131[dependencies .librespot-core ]
3232path = " core"
33- version = " 0.3.1 "
33+ version = " 0.4.0 "
3434
3535[dependencies .librespot-discovery ]
3636path = " discovery"
37- version = " 0.3.1 "
37+ version = " 0.4.0 "
3838
3939[dependencies .librespot-metadata ]
4040path = " metadata"
41- version = " 0.3.1 "
41+ version = " 0.4.0 "
4242
4343[dependencies .librespot-playback ]
4444path = " playback"
45- version = " 0.3.1 "
45+ version = " 0.4.0 "
4646
4747[dependencies .librespot-protocol ]
4848path = " protocol"
49- version = " 0.3.1 "
49+ version = " 0.4.0 "
5050
5151[dependencies ]
5252base64 = " 0.13"
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-audio"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Lietar <paul@lietar.net>" ]
55description =" The audio fetching and processing logic for librespot"
66license =" MIT"
77edition = " 2018"
88
99[dependencies .librespot-core ]
1010path = " ../core"
11- version = " 0.3.1 "
11+ version = " 0.4.0 "
1212
1313[dependencies ]
1414aes-ctr = " 0.6"
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-connect"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Lietar <paul@lietar.net>" ]
55description = " The discovery and Spotify Connect logic for librespot"
66license = " MIT"
@@ -20,19 +20,19 @@ tokio-stream = "0.1.1"
2020
2121[dependencies .librespot-core ]
2222path = " ../core"
23- version = " 0.3.1 "
23+ version = " 0.4.0 "
2424
2525[dependencies .librespot-playback ]
2626path = " ../playback"
27- version = " 0.3.1 "
27+ version = " 0.4.0 "
2828
2929[dependencies .librespot-protocol ]
3030path = " ../protocol"
31- version = " 0.3.1 "
31+ version = " 0.4.0 "
3232
3333[dependencies .librespot-discovery ]
3434path = " ../discovery"
35- version = " 0.3.1 "
35+ version = " 0.4.0 "
3636
3737[features ]
3838with-dns-sd = [" librespot-discovery/with-dns-sd" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-core"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Lietar <paul@lietar.net>" ]
55build = " build.rs"
66description = " The core functionality provided by librespot"
@@ -10,7 +10,7 @@ edition = "2018"
1010
1111[dependencies .librespot-protocol ]
1212path = " ../protocol"
13- version = " 0.3.1 "
13+ version = " 0.4.0 "
1414
1515[dependencies ]
1616aes = " 0.6"
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-discovery"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Lietar <paul@lietar.net>" ]
55description = " The discovery logic for librespot"
66license = " MIT"
@@ -27,7 +27,7 @@ dns-sd = { version = "0.1.3", optional = true }
2727[dependencies .librespot-core ]
2828path = " ../core"
2929default_features = false
30- version = " 0.3.1 "
30+ version = " 0.4.0 "
3131
3232[dev-dependencies ]
3333futures = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-metadata"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Lietar <paul@lietar.net>" ]
55description = " The metadata logic for librespot"
66license = " MIT"
@@ -15,7 +15,7 @@ log = "0.4"
1515
1616[dependencies .librespot-core ]
1717path = " ../core"
18- version = " 0.3.1 "
18+ version = " 0.4.0 "
1919[dependencies .librespot-protocol ]
2020path = " ../protocol"
21- version = " 0.3.1 "
21+ version = " 0.4.0 "
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-playback"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Sasha Hilton <sashahilton00@gmail.com>" ]
55description = " The audio playback logic for librespot"
66license = " MIT"
@@ -9,13 +9,13 @@ edition = "2018"
99
1010[dependencies .librespot-audio ]
1111path = " ../audio"
12- version = " 0.3.1 "
12+ version = " 0.4.0 "
1313[dependencies .librespot-core ]
1414path = " ../core"
15- version = " 0.3.1 "
15+ version = " 0.4.0 "
1616[dependencies .librespot-metadata ]
1717path = " ../metadata"
18- version = " 0.3.1 "
18+ version = " 0.4.0 "
1919
2020[dependencies ]
2121futures-executor = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " librespot-protocol"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Paul Liétar <paul@lietar.net>" ]
55build = " build.rs"
66description = " The protobuf logic for communicating with Spotify servers"
You can’t perform that action at this time.
0 commit comments