Skip to content

Commit

Permalink
Development version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodb committed Nov 17, 2024
1 parent 80e221a commit 941cb43
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions codegen/quirky_binder_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quirky_binder_codegen"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
rust-version = "1.65.0"
license-file = "../../LICENSE"
Expand All @@ -16,6 +16,6 @@ Inflector = "0.11"
itertools = "0.10"
proc-macro-error = "1"
proc-macro2 = "1"
quirky_binder_lang = { version = "0.1.0", path = "../../quirky_binder_lang" }
quirky_binder_lang = { version = "0.1.1-dev", path = "../../quirky_binder_lang" }
quote = "1"
syn = { version = "1", features = ["full"] }
6 changes: 3 additions & 3 deletions codegen/quirky_binder_codegen_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quirky_binder_codegen_macro"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
rust-version = "1.65.0"
license-file = "../../LICENSE"
Expand All @@ -16,7 +16,7 @@ proc-macro = true
annotate-snippets = { version = "0.9", features = ["color"] }
proc-macro-error = "1"
proc-macro2 = "1"
quirky_binder_codegen = { version = "0.1.0", path = "../quirky_binder_codegen" }
quirky_binder_lang = { version = "0.1.0", path = "../../quirky_binder_lang" }
quirky_binder_codegen = { version = "0.1.1-dev", path = "../quirky_binder_codegen" }
quirky_binder_lang = { version = "0.1.1-dev", path = "../../quirky_binder_lang" }
quote = "1"
syn = { version = "1", features = ["full"] }
8 changes: 4 additions & 4 deletions quirky_binder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quirky_binder"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
rust-version = "1.65.0"
license-file = "../LICENSE"
Expand All @@ -17,9 +17,9 @@ getset = "0.1"
handlebars = "4"
itertools = "0.10"
proc-macro2 = "1"
quirky_binder_codegen_macro = { version = "0.1.0", path = "../codegen/quirky_binder_codegen_macro" }
quirky_binder_lang = { version = "0.1.0", path = "../quirky_binder_lang" }
quirky_binder_support = { version = "0.1.0", path = "../quirky_binder_support" }
quirky_binder_codegen_macro = { version = "0.1.1-dev", path = "../codegen/quirky_binder_codegen_macro" }
quirky_binder_lang = { version = "0.1.1-dev", path = "../quirky_binder_lang" }
quirky_binder_support = { version = "0.1.1-dev", path = "../quirky_binder_support" }
quote = "1"
ron = "0.9.0-alpha.0"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion quirky_binder_lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quirky_binder_lang"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
rust-version = "1.65.0"
license-file = "../LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions quirky_binder_support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quirky_binder_support"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
rust-version = "1.65.0"
license-file = "../LICENSE"
Expand All @@ -17,7 +17,7 @@ derive-new = "0.5"
derive_more = "0.99"
fallible-iterator = "0.2"
lazy_static = "1"
quirky_binder_codegen_macro = { version = "0.1.0", path = "../codegen/quirky_binder_codegen_macro" }
quirky_binder_codegen_macro = { version = "0.1.1-dev", path = "../codegen/quirky_binder_codegen_macro" }
serde = { version = "1", features = ["derive"] }
tempfile = "3"
thiserror = "1"
Expand Down

0 comments on commit 941cb43

Please sign in to comment.