Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jan 11, 2025
1 parent bfabe55 commit d4e415f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roboplc-io-ads"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license-file = "LICENSE.md"
Expand All @@ -14,7 +14,7 @@ autoexamples = false
bma-ts = { version = "0.1.10" }
byteorder = "1.5.0"
itertools = "0.12.1"
roboplc = { version = "0.4", default-features = false }
roboplc = { version = "0.5", default-features = false }
rtsc = "0.3"
tracing = { version = "0.1.40", features = ["log"] }
zerocopy = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.68.0"
channel = "1.81.0"

0 comments on commit d4e415f

Please sign in to comment.