Skip to content

Commit

Permalink
build: update version (v0.0.53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Apr 29, 2024
1 parent b35a26b commit f24a10f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.0.52"
version = "0.0.53"
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -49,7 +49,7 @@ erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.52", path = "./crates/py2erg" }
py2erg = { version = "0.0.53", path = "./crates/py2erg" }

[lib]
path = "src/lib.rs"
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,11 @@ pip install pylyzer
cargo install pylyzer --locked
```

> [!WARNING]
> Currently, the stable version of pylyzer cannot be installed with rustc >= 1.76.0 due to a dependency problem.
> Ref: <https://github.com/RustPython/Parser/issues/114>
> You can install the latest version from the source.
### build from source

```bash
git clone https://github.com/mtshiba/pylyzer.git
cargo install --path .
cargo install --path . --locked
```

Make sure that `cargo/rustc` is up-to-date, as pylyzer may be written with the latest language features.
Expand Down

0 comments on commit f24a10f

Please sign in to comment.