Skip to content
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

Updates to address review comments #3

Merged
merged 5 commits into from
May 6, 2024
Merged

Updates to address review comments #3

merged 5 commits into from
May 6, 2024

Conversation

bmerry
Copy link
Contributor

@bmerry bmerry commented May 6, 2024

Closes #2.

bmerry added 4 commits May 6, 2024 08:20
Now that it's released, there is no need for Cargo.toml to specify the
beta version. Note that Cargo.lock already locked 0.21.0.
@@ -26,7 +26,7 @@ crate-type = ["cdylib", "rlib"] # rlib included just for testing
enum-map = "2.7.3"
itoa = "1.0.10"
katcp-codec-fsm = { path = "crates/fsm", features = ["pyo3"] }
pyo3 = { version = "0.21.0-beta.0", features = ["extension-module"] }
pyo3 = { version = "0.21.0", features = ["extension-module"] }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this also needs to be updated in the katcp-codex-fsm sub-crate?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks. Should be fixed now.

Copy link

@sjperkins sjperkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bmerry bmerry merged commit 7ff5be2 into main May 6, 2024
28 checks passed
@bmerry bmerry deleted the prepare-0.1.0 branch May 6, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review
2 participants