Skip to content

Commit

Permalink
feat: bump rust to 1.64, bump dependencies (#495)
Browse files Browse the repository at this point in the history
* feat: bump rust to 1.64, correct contributing.md bug

* feat: bump service deps, change example branch

* fix: pin chrono to 4.22

* chore: upgrade workspace dependencies

* feat: remove aws-smithy-types

ref: smithy-lang/smithy-rs#1760

* feat: upgrade axum to 0.6 in common

* feat: upgrade to axum 0.6.0 in deployer

* feat: upgrade gateway to axum 0.6.0

* feat: upgrde sqlx to 0.6.2 in gateway

* feat: bump chrono to 0.4.23

* feat: replace deprecated chrono functions in deployer

* feat: bump chrono in common

* feat: ignore actix integration test

* feat: implement new state extractor in gateway
  • Loading branch information
oddgrd authored Dec 1, 2022
1 parent 6a551d1 commit 961964a
Show file tree
Hide file tree
Showing 29 changed files with 923 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
executors:
docker-rust:
docker:
- image: cimg/rust:1.63.0
- image: cimg/rust:1.64.0
image-ubuntu:
machine:
image: ubuntu-2204:2022.04.1
Expand Down
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "examples"]
path = examples
url = git@github.com:shuttle-hq/examples.git
url = git@github.com:oddgrd/examples.git
branch = feat/bump-dependencies
Loading

0 comments on commit 961964a

Please sign in to comment.