-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: v0.1.11 #112
Merged
Merged
release: v0.1.11 #112
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -8,29 +8,29 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.1.10" | ||
version = "0.1.11" | ||
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.10" } | ||
bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.1.10" } | ||
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.10" } | ||
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.10"} | ||
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.10" } | ||
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.10" } | ||
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.10" } | ||
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.10" } | ||
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.10" } | ||
bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.10" } | ||
bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.10" } | ||
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.10" } | ||
world = { path = "programs/world", features = ["cpi"], version = "=0.1.10"} | ||
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.10"} | ||
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.10"} | ||
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.1.11" } | ||
bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.1.11" } | ||
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.11" } | ||
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.11"} | ||
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.11" } | ||
bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.11" } | ||
bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.11" } | ||
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.11" } | ||
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.11" } | ||
bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.11" } | ||
bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.11" } | ||
bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.11" } | ||
world = { path = "programs/world", features = ["cpi"], version = "=0.1.11"} | ||
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.11"} | ||
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.11"} | ||
|
||
## External crates | ||
anchor-lang = { version = "=0.30.1", features = ["init-if-needed"] } | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GabrielePicco
Unlike the other crates, I cannot run
cargo publish --manifest-path=cli/Cargo.toml --no-verify
because it fails with:It happens because the crate isn't published yet. This verification is skipped on other crates, like
bolt-lang
, with-no-verify
. But for some reason, it isn't working forbolt-cli
.Would it be probably because it's a binary crate? Idk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@notdanilo Looks like it's searching on crates.io rather than resolving the world dependency from the local path. We may have to investigate, since with the above change we are not checking anymore that we can correctly publish the
cli
crate