Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.4.2
Browse files Browse the repository at this point in the history
- **fix**: update anyhow to v1.0.62
  • Loading branch information
M3DZIK committed Aug 17, 2022
1 parent 5d2afe3 commit bf1c3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ resolver = "2"

[package]
name = "servers"
version = "0.4.1"
version = "0.4.2"
description = "TCP and WebSocket server for Clients written in Rust"
homepage = "https://github.com/MedzikUser/servers"
repository = "https://github.com/MedzikUser/servers.git"
license = "MIT"
edition = "2021"

[dependencies]
anyhow = "1.0.61"
anyhow = "1.0.62"
async-std = { version = "1.12.0", features = ["attributes"] }
async-trait = "0.1.57"
clap = { version = "3.2.17", features = ["derive"] }
Expand Down

1 comment on commit bf1c3c4

@vercel
Copy link

@vercel vercel bot commented on bf1c3c4 Aug 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.