File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ edition = "2021"
1818autotests = false # Most tests/*.rs files are modules of tests/main.rs
1919
2020[dependencies ]
21- apollo-parser = { path = " ../apollo-parser" , version = " 0.7.3 " }
21+ apollo-parser = { path = " ../apollo-parser" , version = " 0.7.4 " }
2222ariadne = { version = " 0.3.0" , features = [" auto-color" ] }
2323indexmap = " 2.0.0"
2424rowan = " 0.15.5"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616## Maintenance
1717
1818## Documentation -->
19- # [ unreleased ] ( https://crates.io/crates/apollo-parser/x.x.x ) - 2023-xx-xx
19+ # [ 0.7.4 ] ( https://crates.io/crates/apollo-parser/0.7.4 ) - 2023-11-17
2020
2121## Features
2222- ** ` parse_type ` parses a selection set with optional outer brackets - [ lrlna] , [ pull/718] fixing [ issue/715] **
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-parser"
3- version = " 0.7.3 " # When bumping, also update README.md
3+ version = " 0.7.4 " # When bumping, also update README.md
44authors = [
" Irina Shestak <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Or add this to your `Cargo.toml` for a manual installation:
3535``` toml
3636# Just an example, change to the necessary package version.
3737[dependencies ]
38- apollo-parser = " 0.7.3 "
38+ apollo-parser = " 0.7.4 "
3939```
4040
4141## Rust versions
You can’t perform that action at this time.
0 commit comments