Skip to content

Commit

Permalink
Add SecurityProblemKind::SecurityShields (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski authored Dec 6, 2024
1 parent 730f216 commit f88548e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sargon-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon-uniffi"
# Don't forget to update version in crates/sargon/Cargo.toml
version = "1.1.75"
version = "1.1.76"
edition = "2021"
build = "build.rs"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pub enum SecurityProblemKind {
SecurityFactors,

ConfigurationBackup,

SecurityShields,
}
2 changes: 1 addition & 1 deletion crates/sargon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon"
# Don't forget to update version in crates/sargon-uniffi/Cargo.toml
version = "1.1.75"
version = "1.1.76"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 2 additions & 0 deletions crates/sargon/src/security_center/security_problem_kind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pub enum SecurityProblemKind {
SecurityFactors,

ConfigurationBackup,

SecurityShields,
}

impl HasSampleValues for SecurityProblemKind {
Expand Down

0 comments on commit f88548e

Please sign in to comment.