Skip to content

Commit

Permalink
Merge pull request #530 from getlipa/feature/upgrade-wild-to-v1.7.0
Browse files Browse the repository at this point in the history
Upgrade wild to v1.7.0
  • Loading branch information
danielgranhao authored Jul 26, 2023
2 parents 37b9ca5 + a76adcb commit 591c26e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ nigiri = []
[dependencies]
eel = { path = "eel" }

chameleon = { git = "https://github.com/getlipa/wild", tag = "v1.6.0" }
honey-badger = { git = "https://github.com/getlipa/wild", tag = "v1.6.0" }
mole = { git = "https://github.com/getlipa/wild", tag = "v1.6.0" }
chameleon = { git = "https://github.com/getlipa/wild", tag = "v1.7.0" }
honey-badger = { git = "https://github.com/getlipa/wild", tag = "v1.7.0" }
mole = { git = "https://github.com/getlipa/wild", tag = "v1.7.0" }
perro = { git = "https://github.com/getlipa/perro", tag = "v1.1.0" }

chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ pub fn accept_terms_and_conditions(environment: EnvironmentCode, seed: Vec<u8>)
let seed = sanitize_input::strong_type_seed(&seed)
.map_runtime_error_using(RuntimeErrorCode::from_eel_runtime_error_code)?;
let auth = build_auth(&seed, environment.backend_url)?;
auth.accept_custom_terms_and_conditions(CustomTermsAndConditions::Lipa)
auth.accept_terms_and_conditions()
.map_runtime_error_to(RuntimeErrorCode::AuthServiceUnavailable)
}

Expand Down

0 comments on commit 591c26e

Please sign in to comment.