Rust 1.68 (#99)
continuous-integration/drone/push Build is failing Details

Update to Rust 1.68

Co-authored-by: projectmoon <projectmoon@noreply.git.agnos.is>
Reviewed-on: #99
This commit is contained in:
projectmoon 2023-04-05 05:57:16 +00:00
parent 552daa4746
commit 952f35d53a
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: build-and-test
steps:
- name: test
image: rust:1.54
image: rust:1.68
commands:
- apt-get update
- apt-get install -y cmake

View File

@ -1,6 +1,7 @@
[package]
name = "tenebrous-dicebot"
version = "0.13.1"
rust-version = "1.68"
authors = ["projectmoon <projectmoon@agnos.is>", "Taylor C. Richberger <taywee@gmx.com>"]
edition = "2018"
license = 'AGPL-3.0-or-later'