1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Migrate to Rust 2021

This commit is contained in:
Roderick van Domburg 2022-08-02 21:42:38 +02:00
parent ebfe8ca36c
commit 2a79af1f0a
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4
19 changed files with 25 additions and 25 deletions

View file

@ -6,7 +6,7 @@ authors = ["Paul Lietar <paul@lietar.net>"]
description = "The discovery logic for librespot"
license = "MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
edition = "2021"
[dependencies]
aes = "0.8"