Skip to content

Commit

Permalink
fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jun 8, 2024
1 parent ad178e1 commit f3d9ad3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sname: check
name: check

on:
push:
Expand All @@ -11,3 +11,5 @@ jobs:
permissions:
checks: write
uses: cxreiff/github_workflows/.github/workflows/rust_check.yml@main
with:
msrv: 1.76.0
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target
.DS_Store
/target
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["game-engines", "gui", "rendering", "command-line-interface"]
keywords = ["bevy", "ratatui", "terminal", "tui", "render"]

[dependencies]
bevy = "0.13"
bevy = { version = "0.13.2", features = ["dynamic_linking"] }
crossterm = "0.27.0"
crossbeam-channel = "0.5.12"
ratatui = "0.26.3"
Expand Down

0 comments on commit f3d9ad3

Please sign in to comment.