Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2380: Add post release fixes r=MarkMcCaskey a=MarkMcCaskey

Fixing a few issues I noticed while publishing the crates
\


Co-authored-by: Mark McCaskey <[email protected]>
  • Loading branch information
bors[bot] and Mark McCaskey authored Jun 2, 2021
2 parents 579d369 + 32a38e8 commit 81b12b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
proc-macro = true

[dependencies]
syn = { version = "1", features = ["full"] }
syn = { version = "1.0.72", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"
proc-macro-error = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


# TODO: find this automatically
target_version = "1.0.2"
target_version = "2.0.0-rc1"

# TODO: generate this by parsing toml files
dep_graph = {
Expand Down Expand Up @@ -55,7 +55,7 @@
# where each crate is located in the `lib` directory
# TODO: this could also be generated from the toml files
location = {
"wasmer-types": "wasmer-types",
"wasmer-types": "types",
"wasmer-derive": "derive",
"wasmer-vm": "vm",
"wasmer-compiler": "compiler",
Expand Down

0 comments on commit 81b12b9

Please sign in to comment.