Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 27, 2024
1 parent fe75f8e commit 1839f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ crate-type = ["lib", "cdylib"]

[dependencies]
num = "0.4"
c-api-tools-macros = { path = "./c-api-tools-macros" }
c-api-tools-macros = { version = "0.1.0" }

[build-dependencies]
cbindgen = "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To make a new release of bempp, follow the following steps:
crates.io. Note: this cannot be undone, but you can use `cargo yank` to mark a version as
unsuitable for use.

8) Open a pull request to `main` to update the version numbers in `Cargo.toml` and `pyproject.toml`
8) Open a pull request to `main` to update the version numbers in `Cargo.toml` and `c-api-tools-macros/Cargo.toml`
to `[x].[y].[z]-dev`

9) Add the release to the next issue of [Scientific Computing in Rust Monthly](https://github.com/rust-scicomp/scientific-computing-in-rust-monthly)

0 comments on commit 1839f31

Please sign in to comment.