Skip to content

Commit 2edfc4b

Browse files
committed
Update r-src version
- Use updated r-src [v0.2.1] - Add changelog to keep track of changes
1 parent cf8f209 commit 2edfc4b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## [0.11.0] - 2025-02-02
4+
### Updated
5+
- Now using `r-src` [v0.2.1]
6+

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapack-src"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
license = "Apache-2.0/MIT"
55
authors = [
66
"Balasubramanian Narasimhan <[email protected]>",
@@ -42,5 +42,5 @@ version = "0.10"
4242
optional = true
4343

4444
[dependencies.r-src]
45-
version = "0.1"
45+
version = "0.2.1"
4646
optional = true

0 commit comments

Comments
 (0)