Rust 1.68 #99

Merged
projectmoon merged 1 commits from rust-1.68 into master 2023-04-05 05:57:18 +00:00
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'