@@ -168,7 +168,7 @@ pub enum CompactFheUintListVersions<Id: FheUintId> {
168
168
169
169
#[ derive( Clone , Versionize ) ]
170
170
#[ versionize( CompactFheIntVersions ) ]
171
- #[ deprecated( since = "0.7.1 " , note = "Use CompactCiphertextList instead" ) ]
171
+ #[ deprecated( since = "0.7.0 " , note = "Use CompactCiphertextList instead" ) ]
172
172
pub struct CompactFheInt < Id : FheIntId > {
173
173
list : CompactCiphertextList ,
174
174
id : Id ,
@@ -198,7 +198,7 @@ where
198
198
199
199
#[ derive( Clone , Versionize ) ]
200
200
#[ versionize( CompactFheIntListVersions ) ]
201
- #[ deprecated( since = "0.7.1 " , note = "Use CompactCiphertextList instead" ) ]
201
+ #[ deprecated( since = "0.7.0 " , note = "Use CompactCiphertextList instead" ) ]
202
202
pub struct CompactFheIntList < Id : FheIntId > {
203
203
list : CompactCiphertextList ,
204
204
id : Id ,
@@ -235,7 +235,7 @@ where
235
235
236
236
#[ derive( Clone , Versionize ) ]
237
237
#[ versionize( CompactFheUintVersions ) ]
238
- #[ deprecated( since = "0.7.1 " , note = "Use CompactCiphertextList instead" ) ]
238
+ #[ deprecated( since = "0.7.0 " , note = "Use CompactCiphertextList instead" ) ]
239
239
pub struct CompactFheUint < Id : FheUintId > {
240
240
list : CompactCiphertextList ,
241
241
id : Id ,
@@ -266,7 +266,7 @@ where
266
266
267
267
#[ derive( Clone , Versionize ) ]
268
268
#[ versionize( CompactFheUintListVersions ) ]
269
- #[ deprecated( since = "0.7.1 " , note = "Use CompactCiphertextList instead" ) ]
269
+ #[ deprecated( since = "0.7.0 " , note = "Use CompactCiphertextList instead" ) ]
270
270
pub struct CompactFheUintList < Id : FheUintId > {
271
271
list : CompactCiphertextList ,
272
272
id : Id ,
0 commit comments