Skip to content

Commit

Permalink
fix cargo publish (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeborn committed Sep 14, 2022
1 parent 057ae92 commit febcc27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ag-grid-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "ag-grid-derive"
version = "0.1.0"
authors = ["Michael Freeborn <[email protected]>"]
edition = "2021"
description = "Internal proc-macro library for ag-grid-rs"
license = "Apache-2.0 OR MIT"

[lib]
proc-macro = true
Expand Down
6 changes: 4 additions & 2 deletions ag-grid-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "ag-grid-rs"
version = "0.1.0"
version = "0.1.0" # remember to update ag-grid-derive at the same time
authors = ["Michael Freeborn <[email protected]>"]
edition = "2021"
authors = ["Michael Freeborn"]
description = "Wasm bindings for AG Grid"
license = "Apache-2.0 OR MIT"

[dependencies]
ag-grid-derive = { version = "0.1.0", path = "../ag-grid-derive" }
Expand Down

0 comments on commit febcc27

Please sign in to comment.