near / cargo-near

Cargo extension for building Rust smart contracts on NEAR
Apache License 2.0
34 stars 17 forks source link

feat: Make build, abi and util modules public #97

Closed ghimire007 closed 1 year ago

ghimire007 commented 1 year ago

The build module was made public to access run method which helps in resolving [issue ](https://github.com/near/workspaces-rs/issues/230 issue by replacing ) in workspace-rs by replacing existing build logic with cargo-nears build logic.

ghimire007 commented 1 year ago

PR sent on workspace-rs

frol commented 1 year ago

@ghimire007 The CI failures are not related to this PR, but I won't be comfortable cutting a new release without addressing the CI errors. Could you, please, fix issues that are raised by CI (submit a separate PR)? Once that one is merged, we can get back to this one, merge it, and cut a new release.

frol commented 1 year ago

CI is fixed in #98, so I am going to merge this one now and #98 will follow immediately