Skip to content

Commit

Permalink
Closes #9 - maturin build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC01 committed Dec 26, 2024
1 parent 8cd0377 commit f52341a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1] - 2024-12-26

### Added

### Fixed

- [bug](https://github.com/FrankC01/pysui-fastcrypto/issues/9) Version 1.8 maturin requires a version in pyproject.toml

### Changed

- Bumped `maturin`, `twine` and `pkginfo` versions in requirements.txt

### Removed


## [0.5.0] - 2024-04-05

### Added
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ features = ["pyo3/extension-module"]

[project]
name = "pysui-fastcrypto"
version = "0.5.1"
description = "Python wrapper for MystenLab/fastcrypto Rust crate"
readme = "README.rst"
requires-python = ">=3.10"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maturin>=1.5.1
twine>=5.0.0
pkginfo>=1.10.0
maturin>=1.7.4
twine>=6.0.0
pkginfo>=1.12.0

0 comments on commit f52341a

Please sign in to comment.