Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 5, 2021
1 parent 8a2c8b1 commit 9c17b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "ros-nalgebra"
version = "0.0.4"
version = "0.0.5"
authors = ["Takashi Ogura <[email protected]>"]
description = "ROS message converter for rosrust and nalgebra"
edition = "2018"
license = "Apache-2.0"
categories = ["algorithms"]
repository = "https://github.com/smilerobotics/ros-nalgebra"
repository = "https://github.com/openrr/ros-nalgebra"
readme = "README.md"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ros-nalgebra

[![Build Status](https://img.shields.io/github/workflow/status/openrr/ros-nalgebra/CI/main)](https://github.com/openrr/ros-nalgebra/actions)
[![Build Status](https://img.shields.io/github/workflow/status/openrr/ros-nalgebra/CI/main)](https://github.com/openrr/ros-nalgebra/actions) [![crates.io](https://img.shields.io/crates/v/ros-nalgebra.svg)](https://crates.io/crates/ros-nalgebra) [![docs](https://docs.rs/ros-nalgebra/badge.svg)](https://docs.rs/ros-nalgebra)

Generate code to convert `geometry_msgs` into nalgebra structs, for [rosrust](https://github.com/adnanademovic/rosrust).

Expand Down

0 comments on commit 9c17b67

Please sign in to comment.