diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bce62e9..98afbe5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,11 +9,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.7 - uses: aiken-lang/setup-aiken@v1 with: - version: v1.1.0 + version: v1.1.2 - run: aiken fmt --check - run: aiken c -D diff --git a/README.md b/README.md index 6278571..e557824 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A utility library to help constructing `ScriptContext`, useful for testing. -| ℹī¸ | Package info | aiken-extra/tx_util v1.200.202409 | 🐞 | +| ℹī¸ | Package info | aiken-extra/tx_util v1.210.202409 | 🐞 | | --- | --------------- | --------------------------------- | --- | -| đŸŸĸ | **Depends on** | **aiken-lang/stdlib v2.0.0** | ✔ī¸ | -| đŸŸĸ | **Tested with** | **aiken v1.1.0** | ✔ī¸ | +| đŸŸĸ | **Depends on** | **aiken-lang/stdlib v2.1.0** | ✔ī¸ | +| đŸŸĸ | **Tested with** | **aiken v1.1.2** | ✔ī¸ | ## Usage Example diff --git a/aiken.lock b/aiken.lock index 2494cb7..21e7fb4 100644 --- a/aiken.lock +++ b/aiken.lock @@ -3,14 +3,13 @@ [[requirements]] name = "aiken-lang/stdlib" -version = "v2" +version = "v2.1.0" source = "github" [[packages]] name = "aiken-lang/stdlib" -version = "v2" +version = "v2.1.0" requirements = [] source = "github" [etags] -"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1725443763, nanos_since_epoch = 768204478 }, "d79382d2b6ecb3aee9b0755c31d8a5bbafe88a7b3706d7fb8a52fd4d05818501"] diff --git a/aiken.toml b/aiken.toml index d60a264..1dd00f9 100644 --- a/aiken.toml +++ b/aiken.toml @@ -1,5 +1,5 @@ name = "aiken-extra/tx_util" -version = "1.200.202409" +version = "1.210.202409" license = "Apache-2.0" description = "A Aiken utility library to help constructing ScriptContext" @@ -10,5 +10,5 @@ platform = "github" [[dependencies]] name = "aiken-lang/stdlib" -version = "v2" +version = "v2.1.0" source = "github" diff --git a/docs/css/index.css b/docs/css/index.css index bc52e8d..64c0f63 100644 --- a/docs/css/index.css +++ b/docs/css/index.css @@ -633,6 +633,11 @@ table tr:nth-child(2n) { /* Dark Theme Option */ +html.theme-dark { + --color-text: #cdd6f4; + --color-background: #1e1e2e; +} + body.theme-dark { /* Colors */ --color-text: #cdd6f4; diff --git a/docs/index.html b/docs/index.html index ce9c458..68a565d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,8 +7,8 @@ - - + + - + + - - + + - + - + + - - + + - +