Skip to content

Commit

Permalink
fix: Fix Python bin linking. (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Dec 1, 2024
1 parent 3ae1e5e commit 3032208
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 66 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
- Fixed the order of shell profiles/configs when applicable.
- Updated `proto setup` to inherit `PROTO_HOME` if already set, instead of defaulting to `$HOME/.proto`.

#### 🧩 Plugins

- Updated `python_tool` to v0.12.1.
- Fixed an issue where our bin linking would point to an invalid executable path.

#### ⚙️ Internal

- Updated identifiers, versions, and locators to use [compact strings](https://crates.io/crates/compact_str).
Expand Down
109 changes: 52 additions & 57 deletions Cargo.lock

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

Loading

0 comments on commit 3032208

Please sign in to comment.