We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbf3eb commit 51a36dfCopy full SHA for 51a36df
2 files changed
Cargo.toml
@@ -5,7 +5,7 @@ license = "MIT"
5
homepage = "https://github.com/github/mdbook-asciinema"
6
readme = "README.md"
7
repository = "https://github.com/github/mdbook-asciinema"
8
-version = "0.1.0-alpha.1"
+version = "1.0.0"
9
10
[workspace]
11
resolver = "3"
@@ -29,4 +29,4 @@ soup = "0.5"
29
tempfile = "3.26"
30
tracing = "0.1"
31
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
32
-ureq = "3.2"
+ureq = "3.2"
mdbook-asciinema/Cargo.toml
@@ -25,4 +25,4 @@ tracing-subscriber.workspace = true
25
[dev-dependencies]
26
mdbook-driver.workspace = true
27
pathbuf.workspace = true
28
-soup.workspace = true
+soup.workspace = true
0 commit comments