Skip to content

Commit

Permalink
Update to handle deprecation error
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 11, 2024
1 parent 8de84c1 commit aad8aff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions common/types/src/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::cmp::Ordering;
use std::collections::HashMap;

use std::fmt::{Display, Formatter};
use strum::{Display, EnumString, EnumVariantNames};
use strum::{Display, EnumString, VariantNames};

#[cfg(feature = "generate-ts")]
use ts_rs::{Dependency, TS};
Expand All @@ -28,7 +28,7 @@ use ts_rs::{Dependency, TS};
Clone,
Debug,
EnumString,
EnumVariantNames,
VariantNames,
PartialEq,
Eq,
JsonSchema,
Expand Down
22 changes: 14 additions & 8 deletions nym-wallet/Cargo.lock

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

0 comments on commit aad8aff

Please sign in to comment.