Skip to content

Commit

Permalink
Renamed cred_migrator to wallet_migrator
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Mircea <[email protected]>
  • Loading branch information
bobozaur committed Jun 22, 2023
1 parent b5029ce commit e7dc9b4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ members = [
"did_resolver_sov",
"did_resolver_web",
"indy_ledger_response_parser",
"cred_migrator"
"wallet_migrator"
]

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ url = { version = "2.3", features = ["serde"] }
android_logger = "0.5"

[dev-dependencies]
cred_migrator = { path = "../cred_migrator" }
wallet_migrator = { path = "../wallet_migrator" }
async-channel = "1.7.1"
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread"] }
sqlx = { version = "0.5", features = [
Expand Down
2 changes: 1 addition & 1 deletion cred_migrator/Cargo.toml → wallet_migrator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cred_migrator"
name = "wallet_migrator"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e7dc9b4

Please sign in to comment.