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

Turn child crates into rust 2018 edition

This commit is contained in:
marcelbuesing 2020-01-17 19:09:10 +01:00
parent 38d82f2dc2
commit c9147d31ab
No known key found for this signature in database
GPG key ID: 5E8C5624159F80BB
8 changed files with 13 additions and 7 deletions

View file

@ -5,6 +5,7 @@ authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description="The protobuf logic for communicating with Spotify servers"
license="MIT"
edition = "2018"
[dependencies]
protobuf = "2.8.1"