@@ -140,47 +140,47 @@ pub type Stake = u64;
140140pub type Index = u64 ;
141141
142142// Aliases
143- #[ deprecated( since = "0.4.8 " , note = "Use `AggregateSignature` instead" ) ]
143+ #[ deprecated( since = "0.5.0 " , note = "Use `AggregateSignature` instead" ) ]
144144pub use aggregate_signature:: AggregateSignature as StmAggrSig ;
145145
146- #[ deprecated( since = "0.4.8 " , note = "Use `AggregateVerificationKey` instead" ) ]
146+ #[ deprecated( since = "0.5.0 " , note = "Use `AggregateVerificationKey` instead" ) ]
147147pub use aggregate_signature:: AggregateVerificationKey as StmAggrVerificationKey ;
148148
149- #[ deprecated( since = "0.4.8 " , note = "Use `Clerk` instead" ) ]
149+ #[ deprecated( since = "0.5.0 " , note = "Use `Clerk` instead" ) ]
150150pub use aggregate_signature:: Clerk as StmClerk ;
151151
152- #[ deprecated( since = "0.4.8 " , note = "Use `ClosedKeyRegistration` instead" ) ]
152+ #[ deprecated( since = "0.5.0 " , note = "Use `ClosedKeyRegistration` instead" ) ]
153153pub use key_registration:: ClosedKeyRegistration as ClosedKeyReg ;
154154
155- #[ deprecated( since = "0.4.8 " , note = "Use `KeyRegistration` instead" ) ]
155+ #[ deprecated( since = "0.5.0 " , note = "Use `KeyRegistration` instead" ) ]
156156pub use key_registration:: KeyRegistration as KeyReg ;
157157
158- #[ deprecated( since = "0.4.8 " , note = "Use `Parameters` instead" ) ]
158+ #[ deprecated( since = "0.5.0 " , note = "Use `Parameters` instead" ) ]
159159pub use parameters:: Parameters as StmParameters ;
160160
161- #[ deprecated( since = "0.4.8 " , note = "Use `Initializer` instead" ) ]
161+ #[ deprecated( since = "0.5.0 " , note = "Use `Initializer` instead" ) ]
162162pub use participant:: Initializer as StmInitializer ;
163163
164- #[ deprecated( since = "0.4.8 " , note = "Use `Signer` instead" ) ]
164+ #[ deprecated( since = "0.5.0 " , note = "Use `Signer` instead" ) ]
165165pub use participant:: Signer as StmSigner ;
166166
167- #[ deprecated( since = "0.4.8 " , note = "Use `VerificationKey` instead" ) ]
167+ #[ deprecated( since = "0.5.0 " , note = "Use `VerificationKey` instead" ) ]
168168pub use participant:: VerificationKey as StmVerificationKey ;
169169
170170#[ deprecated(
171- since = "0.4.8 " ,
171+ since = "0.5.0 " ,
172172 note = "Use `VerificationKeyProofOfPossession` instead"
173173) ]
174174pub use participant:: VerificationKeyProofOfPossession as StmVerificationKeyPoP ;
175175
176- #[ deprecated( since = "0.4.8 " , note = "Use `SingleSignature` instead" ) ]
176+ #[ deprecated( since = "0.5.0 " , note = "Use `SingleSignature` instead" ) ]
177177pub use single_signature:: SingleSignature as StmSig ;
178178
179- #[ deprecated( since = "0.4.6 " , note = "Use `BasicVerifier` instead" ) ]
179+ #[ deprecated( since = "0.5.0 " , note = "Use `BasicVerifier` instead" ) ]
180180pub use aggregate_signature:: BasicVerifier as CoreVerifier ;
181181
182182#[ deprecated(
183- since = "0.4.6 " ,
183+ since = "0.5.0 " ,
184184 note = "Use `SingleSignatureWithRegisteredParty` instead"
185185) ]
186186pub use single_signature:: SingleSignatureWithRegisteredParty as StmSigRegParty ;
0 commit comments