diff options
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | Cargo.lock | 14 |
2 files changed, 5 insertions, 14 deletions
@@ -98,7 +98,7 @@ ipython_config.py # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. -#uv.lock +uv.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. @@ -172,3 +172,6 @@ cython_debug/ # PyPI configuration file .pypirc + +# Cargo Lock +Cargo.lock
\ No newline at end of file @@ -246,19 +246,7 @@ dependencies = [ [[package]] name = "soon" -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -version = "0.1.3" -======= -version = "0.1.1" ->>>>>>> 63967be (feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock) -======= -version = "0.1.2" ->>>>>>> fc7b603 (feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILD) -======= -version = "0.1.2" ->>>>>>> dab388da8e452a4f82f1297bf20c48254028d1c1 +version = "0.1.4" dependencies = [ "clap", "colored", |