Skip to content

Commit

Permalink
Fix compilation with client and tls features only (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jul 25, 2023
1 parent 827d223 commit 6a85612
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 171 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.1 - 2023-07-25

### Fixed

- `Client::{update_node_manager, update_node_manager}` use the correct `Result` type from `client` and not `wallet`;

## 1.0.0 - 2023-07-24

### Added
Expand Down
Loading

0 comments on commit 6a85612

Please sign in to comment.