Update deps #97

Closed
projectmoon wants to merge 2 commits from cargo-update into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 01d9d027c6 - Show all commits

View File

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

View File

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