File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
backend/mo/canisters/ic_vetkeys_encrypted_maps_canister
password_manager_with_metadata/motoko Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ license = "Apache-2.0"
1010
1111[dependencies ]
1212base = " 0.14.6"
13- ic-vetkeys = " 0.3 .0"
13+ ic-vetkeys = " 0.4 .0"
Original file line number Diff line number Diff line change 1- import IcVetkeys "../../../../../backend/mo/ic_vetkeys/src " ;
1+ import IcVetkeys "mo:ic-vetkeys " ;
22import Types "mo:ic-vetkeys/Types" ;
33import Principal "mo:base/Principal" ;
44import Text "mo:base/Text" ;
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ license = "Apache-2.0"
1010
1111[dependencies ]
1212base = " 0.14.6"
13- ic-vetkeys = " 0.2 .0"
13+ ic-vetkeys = " 0.4 .0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Time "mo:base/Time";
99import Nat64 "mo:base/Nat64" ;
1010import Int "mo:base/Int" ;
1111import Debug "mo:base/Debug" ;
12- import VetKeys "../../../../../backend/mo/ic_vetkeys/src " ;
12+ import VetKeys "mo:ic-vetkeys " ;
1313
1414persistent actor class (keyName : Text ) {
1515
Original file line number Diff line number Diff line change 11[dependencies ]
22base = " 0.14.9"
3- ic-vetkeys = " 0.2 .0"
3+ ic-vetkeys = " 0.4 .0"
You can’t perform that action at this time.
0 commit comments