diff options
| author | 2024-02-28 12:17:35 +0800 | |
|---|---|---|
| committer | 2024-02-28 12:17:35 +0800 | |
| commit | ff3865902fb0af0120cf0980254420c9b2512fb2 (patch) | |
| tree | 5bfdabaa144919ef9862cc4b12818409f3613427 | |
| parent | bce4a25fdbd383ef846d9eff8d11ef655fa4196b (diff) | |
| download | TRPGNivis-ff3865902fb0af0120cf0980254420c9b2512fb2.tar.gz TRPGNivis-ff3865902fb0af0120cf0980254420c9b2512fb2.zip | |
chore(project): update lock file
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | Cargo.lock | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -2,6 +2,8 @@ readme.md # python __pycache__ +*.whl +*.pyd # LaTeX *.aux @@ -29,4 +31,5 @@ dist/ .ruff_cache/ # rust -target/
\ No newline at end of file +target/ + @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "nivis-python" -version = "0.1.8" +version = "0.0.2-alpha.1" dependencies = [ "pyo3", ] |
