Skip to content

Commit

Permalink
Going for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bourumir-wyngs committed May 21, 2024
1 parent aebc050 commit 1ffc660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default = ["allow_filesystem"]
allow_filesystem = ["yaml-rust2", "sxd-document", "regex", "clap"]

# To disable filesystem:
#rs-opw-kinematics = { version = "1.1.2", default-features = false }
#rs-opw-kinematics = { version = "1.2.0", default-features = false }

[dev-dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ values. In general, always test in simulator before feeding the output of any so
For security and performance, some users prefer smaller libraries with less dependencies. If YAML and URDF readers
are not in use, the filesystem access can be completely disabled in your Cargo.toml, importing the library like:

rs-opw-kinematics = { version = ">=1.1.1, <2.0.0", default-features = false }
rs-opw-kinematics = { version = ">=1.2.0, <2.0.0", default-features = false }

In this case, import of URDF and YAML files will be unaccessible, and used dependencies
will be limited to the single _nalgebra_ crate.
Expand Down

0 comments on commit 1ffc660

Please sign in to comment.