Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: decouple cargo-near from rustup #146

Merged
merged 2 commits into from
Apr 14, 2024
Merged

chore: decouple cargo-near from rustup #146

merged 2 commits into from
Apr 14, 2024

Conversation

dndll
Copy link
Member

@dndll dndll commented Apr 12, 2024

I've been patching this locally for a while and never got around to it, this should save some headache for nixos users.

Basically taken from https://github.com/rustwasm/wasm-pack/blob/32aaecfb9be36dd741de96fb8230ad8b2579dca4/src/build/wasm_target.rs#L69

Tested just now, works well for me on nix.

@dndll dndll marked this pull request as ready for review April 12, 2024 17:09
@dndll dndll self-assigned this Apr 12, 2024
@dndll dndll requested a review from frol April 12, 2024 17:09
Copy link
Contributor

@frol frol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dndll Thank you for the contribution!

@frol frol merged commit 7aa61d0 into main Apr 14, 2024
14 checks passed
@frol frol deleted the chore/uncouple-rustup branch April 14, 2024 09:17
@frol frol mentioned this pull request Apr 14, 2024
frol added a commit that referenced this pull request Apr 14, 2024
## 🤖 New release
* `cargo-near`: 0.6.1 -> 0.6.2 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.2](cargo-near-v0.6.1...cargo-near-v0.6.2)
- 2024-04-14

### Added
- Updated new project template with near-sdk-rs 5.1.0
([#143](#143))

### Fixed
- Support nixOS - decouple cargo-near from rustup
([#146](#146))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Vlad <304265+frol@users.noreply.github.com>
Co-authored-by: Vlad <304265+frol@users.noreply.github.com>
@frol
Copy link
Contributor

frol commented Apr 14, 2024

@dndll Can you try 0.6.2 release? This PR is already included there

@dndll
Copy link
Member Author

dndll commented Apr 14, 2024

@dndll Can you try 0.6.2 release? This PR is already included there

Looks like theres an issue with the clap macro, getting #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants