Skip to content

Commit f22cd84

Browse files
committed
feat: 2021 edition
1 parent cc0672d commit f22cd84

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Feat
11+
12+
- Bump `async-graphql` to `3.0.7`
13+
- Edition 2021
14+
1015
## [1.0.4]
1116

1217
### Fix

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-extension-apollo-tracing"
3-
version = "1.0.4"
3+
version = "2.0.0"
44
authors = ["Anthony Griffon <[email protected]>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/async-graphql-extension-apollo-tracing"
99
license = "MIT"
1010
keywords = ["async_graphql", "async", "graphql", "apollo", "studio"]
1111
categories = ["network-programming", "asynchronous"]
12-
edition = "2018"
12+
edition = "2021"
1313

1414
[features]
1515
default = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async-graphql-extension-apollo-tracing is an open-source extension for the crate
2828

2929
- [Documentation](https://docs.rs/async-graphql-extension-apollo-tracing/)
3030

31-
_Tested at Rust version: `rustc 1.53.0 (53cb7b09b 2021-06-17)`_
31+
_Tested at Rust version: `rustc 1.56.0 (09c42c458 2021-10-18)`_
3232

3333
![Apollo Studio with async_graphql](apollo-studio.png?raw=true "Apollo Studio with async_graphql")
3434

0 commit comments

Comments
 (0)