Merge branch 'master' of ssh://ssh.paoda.moe:31059/paoda/gb

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-03-15 19:20:29 -05:00
commit 61fd63bb45
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: cargo test - name: cargo test
image: rust:1.49 image: rust:latest
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.38" anyhow = "^1.0"
pixels = "0.2.0" pixels = "^0.2"
winit = "0.24.0" winit = "^0.24"
winit_input_helper = "0.9.0" winit_input_helper = "^0.9"