mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -84,7 +84,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asciinema"
|
name = "asciinema"
|
||||||
version = "3.0.0-rc.5"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "asciinema"
|
name = "asciinema"
|
||||||
version = "3.0.0-rc.5"
|
version = "3.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Marcin Kulik <m@ku1ik.com>"]
|
authors = ["Marcin Kulik <m@ku1ik.com>"]
|
||||||
homepage = "https://asciinema.org"
|
homepage = "https://asciinema.org"
|
||||||
repository = "https://github.com/asciinema/asciinema"
|
repository = "https://github.com/asciinema/asciinema"
|
||||||
description = "Terminal session recorder"
|
description = "Terminal session recorder, player, and streamer"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
# MSRV
|
# MSRV
|
||||||
|
|||||||
Reference in New Issue
Block a user