Skip to content

Commit

Permalink
Merge pull request #63 from ebkalderon/release/0.7
Browse files Browse the repository at this point in the history
Minor tweaks made during release process
  • Loading branch information
ebkalderon authored Aug 23, 2019
2 parents 772915a + 492eb92 commit c905eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Bump `float-cmp` dependency to 0.5.
* Switch to Circle CI Rust 1.33.0 image.
* Change error type of `launch_replay_ui()` from `()` to `String`.
* Mark `Deref` block with `#[doc(hidden)]` for cleaner generated docs.
* Mark `Deref` block as `#[doc(hidden)]` for cleaner generated docs.

### Removed
* Remove internal `renderdoc-derive` crate in favor of declarative macro.
Expand Down
2 changes: 2 additions & 0 deletions renderdoc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ proc-macro = true
proc-macro2 = "1.0.0"
quote = "1.0.0"
syn = "1.0.1"

[workspace]

0 comments on commit c905eac

Please sign in to comment.