-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ Add build targets * 🔖 Bump version to 0.1.2 * 🐛 Add version dependendy in order to publish the crate
- Loading branch information
1 parent
12eb5b0
commit 0ba54cf
Showing
8 changed files
with
81 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,32 +7,32 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Magicblock Labs <[email protected]>"] | ||
repository = "https://github.com/magicblock-labs/bolt" | ||
homepage = "https://www.magicblock.gg/" | ||
license = "MIT" | ||
edition = "2021" | ||
|
||
[workspace.dependencies] | ||
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.1.1" } | ||
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.1" } | ||
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.1"} | ||
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.1" } | ||
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.1" } | ||
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.1" } | ||
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.1" } | ||
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.1" } | ||
bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.1" } | ||
bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.1" } | ||
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.1" } | ||
world = { path = "programs/world", features = ["cpi"], version = "=0.1.1"} | ||
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.1"} | ||
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.1"} | ||
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.1.2" } | ||
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.2" } | ||
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.2"} | ||
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.2" } | ||
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.2" } | ||
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.2" } | ||
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.2" } | ||
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.2" } | ||
bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.2" } | ||
bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.2" } | ||
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.2" } | ||
world = { path = "programs/world", features = ["cpi"], version = "=0.1.2"} | ||
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.2"} | ||
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.2"} | ||
|
||
## External crates | ||
anchor-lang = { git = "https://github.com/coral-xyz/anchor.git", rev = "0f60909", features = ["init-if-needed"] } | ||
anchor-spl = { git = "https://github.com/coral-xyz/anchor.git", rev = "0f60909" } | ||
anchor-lang = { version = "0.29.0", git = "https://github.com/coral-xyz/anchor.git", rev = "0f60909", features = ["init-if-needed"] } | ||
anchor-spl = { version = "0.29.0", git = "https://github.com/coral-xyz/anchor.git", rev = "0f60909" } | ||
solana-security-txt = "1.1.1" | ||
tuple-conv = "1.0.1" | ||
syn = { version = "1.0.60", features = ["full"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magicblock-labs/bolt-sdk", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Bolt typescript SDK", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|