Skip to content

Commit

Permalink
set version for pelikan-net (#114)
Browse files Browse the repository at this point in the history
Sets a crate-level version for pelikan-net
  • Loading branch information
brayniac committed Dec 20, 2023
1 parent cd25b53 commit 1c349e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion src/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "pelikan-net"
description = "Pelikan project's networking abstractions for non-blocking event loops"
authors = ["Brian Martin <brian@pelikan.io>"]
version = "0.1.0"

version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 1c349e1

Please sign in to comment.