We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b99136 + 5a1291d commit 5b23566Copy full SHA for 5b23566
.github/workflows/pages.yml
@@ -68,4 +68,4 @@ jobs:
68
needs: build
69
steps:
70
- id: deployment
71
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "polymers"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2021"
5
description = "Polymers Modeling Library"
6
license = "BSD-3-Clause"
Project.toml
@@ -1,7 +1,7 @@
name = "Polymers"
uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c"
authors = ["mrbuche <[email protected]>"]
[deps]
7
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
0 commit comments