Skip to content

Commit 782eeeb

Browse files
committed
misc: update Cargo.toml
1 parent cf6158f commit 782eeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "async-graphql-extension-apollo-tracing"
3-
version = "0.1.1"
3+
version = "0.1.0-beta.0"
44
authors = ["Anthony Griffon <[email protected]>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"
77
repository = "https://github.com/Miaxos/async_graphql_apollo_studio_extension"
88
documentation = "https://github.com/Miaxos/async_graphql_apollo_studio_extension"
99
license = "MIT"
10-
keywords = ["async_graphql", "futures", "async", "graphql", "apollo", "studio"]
10+
keywords = ["async_graphql", "async", "graphql", "apollo", "studio"]
1111
categories = ["network-programming", "asynchronous"]
1212
edition = "2018"
1313

0 commit comments

Comments
 (0)