Skip to content

Commit

Permalink
Switching from serdes-yaml to yaml-rust2 (#4)
Browse files Browse the repository at this point in the history
* Release 1.1.1 - switching from serdes-yaml to yaml-rust2. Also serdes is now no longer required.

* Release 1.1.1 - switching from serdes-yaml to yaml-rust2. Also serdes is now no longer required.
  • Loading branch information
bourumir-wyngs authored May 8, 2024
1 parent 81ee177 commit c1858ce
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 174 deletions.
158 changes: 79 additions & 79 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-opw-kinematics"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
authors = ["Bourumir Wyngs <[email protected]>"]
description = "Inverse and forward kinematics for 6 axis robots with a parallel base and spherical wrist."
Expand All @@ -17,13 +17,8 @@ maintenance = { status = "actively-developed" }

[dependencies]
nalgebra = "0.32.5"
thiserror = "1.0.59"
serde = { version = "1.0", features = ["derive"] }
yaml-rust2 = "0.8.0"


# Bourumir's own branch currently without any major changes so we can use the old one as well
#serde_yaml = { git = "https://github.com/bourumir-wyngs/serde-yaml-bw", branch = "1.0.0" }
serde_yaml = "0.9.34"
regex = "1.10.4"

[dev-dependencies]
Expand Down
Loading

0 comments on commit c1858ce

Please sign in to comment.