Skip to content

Commit

Permalink
Merge branch 'main' into update-ci-python-versions-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez authored Jan 30, 2025
2 parents d008ac5 + feeed69 commit ce12052
Show file tree
Hide file tree
Showing 9 changed files with 436 additions and 734 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
go-version: '1.23.5'
- name: Run Go Canary
run: |
go run canary.go
74 changes: 52 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description = "Viam RDK for microcontroller"
edition = "2021"
license = "AGPL-3.0"
repository = "https://github.com/viamrobotics/micro-rdk"
version = "0.4.1-rc5"
version = "0.4.1-rc6"
rust-version = "1.83"

[profile.release]
Expand Down
Loading

0 comments on commit ce12052

Please sign in to comment.