Skip to content

Commit

Permalink
submap 0.3 update, msrv 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jan 9, 2025
1 parent 3bca623 commit cd7ed3d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 27 deletions.
62 changes: 38 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "busrt"
version = "0.4.14"
version = "0.4.15"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ syslog = { version = "5.0.0", optional = true }
chrono = { version = "0.4.19", optional = true }
colored = { version = "2", optional = true }
clap = { version = "3.0.7", features = ["derive"], optional = true }
submap = { version = "0.2.8", optional = true }
submap = { version = "0.3.3", optional = true }
lazy_static = { version = "1.4.0", optional = true }
jemallocator = { version = "0.5.0", optional = true }
fork = { version = "0.1.18", optional = true }
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 cd7ed3d

Please sign in to comment.