Skip to content

Commit

Permalink
wasm: bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tristram Gräbener <[email protected]>
  • Loading branch information
Tristramg committed Oct 11, 2024
1 parent 1a15c48 commit 2aa3253
Show file tree
Hide file tree
Showing 5 changed files with 666 additions and 652 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,9 @@ jobs:
name: Check binding's versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Check versions
run: python check_versions.py
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "liblrs_python"
description = "Python bindings for liblrs: a library to work with linear referencing systems"
version = "0.2.1"
version = "0.2.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/osrd-project/liblrs/"
Expand Down
Loading

0 comments on commit 2aa3253

Please sign in to comment.