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

fix: add clone to result value #345

Merged
merged 2 commits into from Jan 25, 2024
Merged

fix: add clone to result value #345

merged 2 commits into from Jan 25, 2024

Conversation

VladasZ
Copy link
Contributor

@VladasZ VladasZ commented Jan 18, 2024

In my tests I need to clone: pub type ExecutionSuccess = ExecutionResult<Value>;
ExecutionResult itself is clonable but Value is not so I think it should be clonable too.

I guess the tests should pass after this PR: #343?

@VladasZ VladasZ marked this pull request as ready for review January 18, 2024 14:03
@frol frol enabled auto-merge (squash) January 25, 2024 08:11
@frol frol merged commit 81f28db into near:main Jan 25, 2024
6 checks passed
@frol frol mentioned this pull request Jan 25, 2024
frol added a commit that referenced this pull request Jan 25, 2024
## 🤖 New release
* `near-workspaces`: 0.9.0 -> 0.10.0 (✓ API compatible changes)

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

<blockquote>

##
[0.10.0](near-workspaces-v0.9.0...near-workspaces-v0.10.0)
- 2024-01-25

### Other
- Impl Clone on result Value
([#345](#345))
- Upgraded NEAR crates to 0.20.0 release
([#346](#346))
- dependecy bumps
([#338](#338))
- cleanup internals
([#329](#329))
- use stable sandbox by default
([#335](#335))
- [**breaking**] Remove `interop_sdk` feature from defaults
([#339](#339))
- fix typos
([#340](#340))
</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>
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.

None yet

2 participants