We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057217e commit c1a8d23Copy full SHA for c1a8d23
Cargo.toml
@@ -1,5 +1,9 @@
1
[package]
2
name = "trajectory"
3
+# When publishing a new version:
4
+# - Create "v0.x.y" git tag
5
+# - Push the above tag (run `git push origin --tags`)
6
+# Then, CI will publish to crates.io and create a GitHub release.
7
version = "0.1.0"
8
authors = ["Takashi Ogura <t.ogura@gmail.com>"]
9
edition = "2021"
0 commit comments