Skip to content

Commit

Permalink
Upgrade to open62541 version 1.4.9 (#194)
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.9](https://github.com/open62541/open62541/releases/tag/v1.4.9) of
[open62541](https://github.com/open62541/open62541).
  • Loading branch information
sgoll authored Jan 24, 2025
1 parent 0e4a7b0 commit 6fe895d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

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

## [0.7.2] - 2024-01-13

### Added
Expand Down
70 changes: 11 additions & 59 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.9"
open62541-sys = "0.4.10"
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 6fe895d

Please sign in to comment.