Skip to content

Commit 405e6f9

Browse files
authored
feat: update Magnus to 0.8 (#65)
1 parent a1055a2 commit 405e6f9

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ updates:
1111
interval: "weekly"
1212

1313
- package-ecosystem: "cargo"
14-
directory: "/"
14+
directory: "/ext/ruby_native_statistics"
1515
schedule:
1616
interval: "weekly"

Cargo.lock

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

ext/ruby_native_statistics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ rb-sys-env = { version = "0.2" }
1414
rb-sys-test-helpers = { version = "0.2" }
1515

1616
[dependencies]
17-
magnus = { version = "0.7.1" }
17+
magnus = { version = "0.8.0" }
1818
rb-sys = "0.9.117"
1919
thiserror = "2.0.16"

0 commit comments

Comments
 (0)