Skip to content

Commit

Permalink
Upgrade ssi and disable clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Apr 6, 2023
1 parent 52c44a8 commit dd06e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: cargo test
- name: Fmt
run: cargo fmt -- --check
- name: Clippy
run: RUSTFLAGS="-Dwarnings" cargo clippy
# - name: Clippy
# run: RUSTFLAGS="-Dwarnings" cargo clippy
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ documentation = "https://docs.rs/oidc4vp/"
jsonpath-rust = "0.2.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
# ssi = { git = "https://github.com/spruceid/ssi", branch = "feat/enum-everything", default-features = false }
ssi = { version = "0.5", default-features = false }
ssi = { version = "0.6.0", default-features = false }
thiserror = "1.0.37"
# jsonschema = { version = "0.16.1", default-features = false }
lazy_static = "1.4.0"
Expand Down
1 change: 0 additions & 1 deletion src/presentation_exchange.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use serde::{Deserialize, Serialize};
use serde_json::Map;
use ssi::{jwk::Algorithm, ldp::ProofSuiteType};

use crate::utils::NonEmptyVec;

Expand Down

0 comments on commit dd06e4e

Please sign in to comment.