Skip to content

Commit

Permalink
Prepare scarb-proc-macro-server-types release 0.1.0. (#1741)
Browse files Browse the repository at this point in the history
commit-id:ff09aa79
  • Loading branch information
maciektr authored Nov 13, 2024
1 parent 1609221 commit 5ded65a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
16 changes: 14 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scarb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cairo-lang-diagnostics.workspace = true
cairo-lang-filesystem.workspace = true
cairo-lang-formatter.workspace = true
cairo-lang-lowering.workspace = true
cairo-lang-macro = { path = "../plugins/cairo-lang-macro" }
cairo-lang-macro = "0.1"
cairo-lang-macro-stable = "1"
cairo-lang-parser.workspace = true
cairo-lang-semantic.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions utils/scarb-proc-macro-server-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file.

## Unreleased

## 0.1.0 (2024-11-13)

- Initial release.
4 changes: 3 additions & 1 deletion utils/scarb-proc-macro-server-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "scarb-proc-macro-server-types"
version = "0.1.0"
description = "Types for interacting with an RPC server set up by the `scarb proc-macro-server` command."
readme = "README.md"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
cairo-lang-macro = { path = "../../plugins/cairo-lang-macro", features = ["serde"], version = "0.1.0"}
cairo-lang-macro = { version = "0.1", features = ["serde"] }
serde.workspace = true
serde_json.workspace = true

0 comments on commit 5ded65a

Please sign in to comment.