Skip to content

Commit f9cf5e5

Browse files
committed
chore(version): update version to 0.2.0-alpha
1 parent d9a6d24 commit f9cf5e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ Pyroscope Profiler
55
"""
66
keywords = ["pyroscope", "profiler"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.0.1-alpha"
8+
version = "0.2.0-alpha"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"
12-
documentation = "https://pyroscope.io/docs/"
12+
documentation = "https://docs.rs/pyroscope"
1313
repository = "https://github.com/omarabid/pyroscope.git"
1414
readme = "README.md"
1515

1616
[dependencies]
1717
thiserror ="1.0"
18-
tokio = {version = "1.13", features = ["macros", "sync", "rt-multi-thread"]}
1918
reqwest = {version = "0.11", features = ["blocking"]}
2019
pprof = { version="0.6.2"}
2120
libc = "^0.2.66"

0 commit comments

Comments
 (0)