Skip to content

Commit 638a408

Browse files
Bump malachite-* from 0.6.1 to 0.8.0 (RustPython#6344)
* Bump malachite-base from 0.6.1 to 0.8.0 Bumps [malachite-base](https://github.com/mhogrefe/malachite) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/mhogrefe/malachite/releases) - [Commits](mhogrefe/malachite@v0.6.1...v0.8.0) --- updated-dependencies: - dependency-name: malachite-base dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump malachite-* --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeong, YunWon <[email protected]>
1 parent a3d638a commit 638a408

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ libc = "0.2.177"
179179
libffi = "4.1"
180180
log = "0.4.28"
181181
nix = { version = "0.30", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }
182-
malachite-bigint = "0.6"
183-
malachite-q = "0.6"
184-
malachite-base = "0.6"
182+
malachite-bigint = "0.8"
183+
malachite-q = "0.8"
184+
malachite-base = "0.8"
185185
memchr = "2.7.4"
186186
num-complex = "0.4.6"
187187
num-integer = "0.1.46"

0 commit comments

Comments
 (0)