Skip to content

Commit

Permalink
chore: use stable rust
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Feb 23, 2024
1 parent b229e6f commit e6c0740
Show file tree
Hide file tree
Showing 8 changed files with 2,660 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
RUST_VERSION: "nightly"
RUST_VERSION: "1.69"

jobs:
format:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target
.DS_Store
Cargo.lock
!examples/**/Cargo.lock
*.js
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ android-activity = { version = "0.5.0", features = ["native-activity"] }
jni = { version = "0.21.1", features = ["invocation"] }
lazy_static = "1.4.0"
ndk-context = "0.1.1"
paste = "1.0.14"

[dependencies]
thiserror = "1.0.50"
Loading

0 comments on commit e6c0740

Please sign in to comment.