Skip to content

Commit

Permalink
Merge pull request #12 from Baseflow/10-request-validation-at-compile…
Browse files Browse the repository at this point in the history
…-time

Implement Typestate Builder Pattern
  • Loading branch information
tluijken authored Dec 8, 2023
2 parents 5956a8e + ff850f3 commit bab47f6
Show file tree
Hide file tree
Showing 14 changed files with 512 additions and 484 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/cargo-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
override: true
components: llvm-tools-preview
- uses: actions-rs/cargo@v1
name: cargo update
with:
command: update
- uses: actions-rs/cargo@v1
name: cargo test
with:
command: test

# - uses: actions-rs/cargo@v1
# with:
# command: build
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
reqwest = { version = "0.11.4", features = ["json"] }
url = "2.2.2"
tokio = { version = "1.15.0", features = ["full"] }
stellar-xdr = { version = "20.0.0-rc1", features = ["base64"] }
stellar-xdr = { version = "20.0.0", features = ["base64"] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
derive-getters = "0.3.0"
Expand Down
Loading

0 comments on commit bab47f6

Please sign in to comment.