6 changed files with 35 additions and 9 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.0.0 |
version: 1.1.0 |
||||||
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 |
ffi: ">=1.0.0 <2.0.0" |
||||||
logging: ^1.0.0 |
logging: ">=1.0.0 <2.0.0" |
||||||
path: ^1.8.0 |
path: ">=1.8.0 <2.0.0" |
||||||
|
|
||||||
dev_dependencies: |
dev_dependencies: |
||||||
pedantic: ^1.11.0 |
pedantic: ">=1.11.0 <2.0.0" |
||||||
|
Loading…
Reference in new issue