5 changed files with 19 additions and 16 deletions
@ -1,15 +1,15 @@ |
|||||||
name: argon2_ffi_base |
name: argon2_ffi_base |
||||||
description: Base package defining the interface for an Argon2 implementation. |
description: Base package defining the interface for an Argon2 implementation. |
||||||
version: 1.1.0+1 |
version: 1.1.1 |
||||||
homepage: https://github.com/authpass/argon2_ffi_base |
homepage: https://github.com/authpass/argon2_ffi_base |
||||||
|
|
||||||
environment: |
environment: |
||||||
sdk: '>=2.12.0 <3.0.0' |
sdk: '>=2.12.0 <3.0.0' |
||||||
|
|
||||||
dependencies: |
dependencies: |
||||||
ffi: ">=1.0.0 <2.0.0" |
ffi: ">=1.0.0 <3.0.0" |
||||||
logging: ">=1.0.0 <2.0.0" |
logging: ">=1.0.0 <2.0.0" |
||||||
path: ">=1.8.0 <2.0.0" |
path: ">=1.8.0 <2.0.0" |
||||||
|
|
||||||
dev_dependencies: |
dev_dependencies: |
||||||
pedantic: ">=1.11.0 <2.0.0" |
lints: ^2.0.0 |
||||||
|
Loading…
Reference in new issue