-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "glommio" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = [ | ||
"Glauber Costa <[email protected]>", | ||
"Hippolyte Barraud <[email protected]>", | ||
"DataDog <[email protected]>" | ||
] | ||
edition = "2018" | ||
description = "Glommio is a thread-per-core framework that aims to make the task of writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans" | ||
description = "Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans." | ||
license = "Apache-2.0 OR MIT" | ||
repository = "https://github.com/DataDog/glommio" | ||
homepage = "https://github.com/DataDog/glommio" | ||
|
@@ -17,7 +17,7 @@ readme = "../README.md" | |
|
||
[dependencies] | ||
ahash = "0.7" | ||
backtrace = { version = "~0.3.58" } | ||
backtrace = { version = "0.3" } | ||
bitflags = "1.3" | ||
bitmaps = "3.1" | ||
buddy-alloc = "0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters