jstime 0.8.5

Another JS Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Making a release of jstime

This project uses cargo-release to automate cutting,
tagging, and pushing a new release. Publishing to crates.io
is automated by a github action.

## 1. Install cargo-release

```bash
$ cargo install cargo-release
```

## 2. run cargo-release

```bash
$ cargo release <semver>
```