Skip to content

Commit

Permalink
Upgrade to open62541 version 1.4.10 (#197)
Browse files Browse the repository at this point in the history
## Description

This upgrades to the latest release of
[open62541-sys](https://github.com/HMIProject/open62541-sys) which
includes an upgrade to the latest released version
[1.4.10](https://github.com/open62541/open62541/releases/tag/v1.4.10) of
[open62541](https://github.com/open62541/open62541).
  • Loading branch information
sgoll authored Feb 6, 2025
1 parent 16e6259 commit 6b6084d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

- Upgrade to open62541 version [1.4.9](https://github.com/open62541/open62541/releases/tag/v1.4.9).
- Upgrade to open62541 version
[1.4.10](https://github.com/open62541/open62541/releases/tag/v1.4.10).

## [0.7.2] - 2024-01-13

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures-channel = "0.3.30"
futures-core = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
log = "0.4.20"
open62541-sys = "0.4.10"
open62541-sys = "0.4.11"
paste = "1.0.14"
serde = { version = "1.0.194", optional = true }
serde_json = { version = "1.0.111", optional = true }
Expand Down

0 comments on commit 6b6084d

Please sign in to comment.