Skip to content

Commit

Permalink
fix pluggy deserialize accounts and transactions structs (#135)
Browse files Browse the repository at this point in the history
* fix(client): pluggy deserialize was breaking due to misleading docs

* fix(client): adding option to fields that aren't marked as optional in
docs

* bump: crates and nix flake

* bump: rust stable version on circleci

* bump: plotly to 0.10

* bump: flake again

* feat: bump tower-http
  • Loading branch information
nicolasauler authored Sep 26, 2024
1 parent ae09d65 commit 558094e
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 117 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ orbs:
jobs:
build-and-test:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
environment:
# Fail the build if there are warnings
RUSTFLAGS: "-D warnings"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
security:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
steps:
- checkout
- run:
Expand All @@ -81,7 +81,7 @@ jobs:

format:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
steps:
- checkout
- run:
Expand All @@ -100,7 +100,7 @@ jobs:
# images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#executor-job
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
# Add steps to the job
# See: https://circleci.com/docs/configuration-reference/#steps
steps:
Expand All @@ -118,7 +118,7 @@ jobs:
doc:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
steps:
- checkout
- run:
Expand All @@ -133,7 +133,7 @@ jobs:

coverage:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

shuttle-deploy:
docker:
- image: cimg/rust:1.80.1
- image: cimg/rust:1.81.0
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace
- id: detect-private-key
- repo: https://github.com/crate-ci/typos
rev: v1.24.1
rev: v1.24.5
hooks:
- id: typos
- repo: local
Expand Down
Loading

0 comments on commit 558094e

Please sign in to comment.