bump version, add rust-version

This commit is contained in:
bitfl0wer 2024-04-16 15:13:27 +02:00
parent 70ecd021b1
commit 23c50cd262
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -199,7 +199,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chorus"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"async-trait",
"base64 0.21.7",

View File

@ -1,13 +1,14 @@
[package]
name = "chorus"
description = "A library for interacting with multiple Spacebar-compatible Instances at once."
version = "0.14.0"
version = "0.15.0"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/polyphony-chat/chorus"
readme = "README.md"
keywords = ["spacebar", "discord", "polyphony"]
website = ["https://discord.com/invite/m3FpcapGDD"]
rust-version = "1.67.1"
[features]