diff --git a/Cargo.lock b/Cargo.lock index cb003314..cf2b538a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "roc_host" -version = "0.23.0" +version = "0.23.0-rc1" dependencies = [ "bytes", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 6f45492c..3cf892ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roc_host" -version = "0.23.0" +version = "0.23.0-rc1" authors = ["The Roc Contributors"] edition = "2021" rust-version = "1.97" diff --git a/examples/bytes-stdin-stdout.roc b/examples/bytes-stdin-stdout.roc index 7f5ef7b5..554a0dff 100644 --- a/examples/bytes-stdin-stdout.roc +++ b/examples/bytes-stdin-stdout.roc @@ -1,5 +1,5 @@ ## Copy raw bytes from standard input to standard output and report the total. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdin diff --git a/examples/check-command.roc b/examples/check-command.roc index 97a873ab..fb194505 100644 --- a/examples/check-command.roc +++ b/examples/check-command.roc @@ -1,5 +1,5 @@ ## Check whether commands are available before trying to run them. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/command-line-args.roc b/examples/command-line-args.roc index a9a542e8..62f3fac6 100644 --- a/examples/command-line-args.roc +++ b/examples/command-line-args.roc @@ -1,5 +1,5 @@ ## Read native command-line arguments without losing non-Unicode data. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/command.roc b/examples/command.roc index 124d9e26..a8f80a77 100644 --- a/examples/command.roc +++ b/examples/command.roc @@ -1,5 +1,5 @@ ## Run commands, capture their output, and set their env vars. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/dir.roc b/examples/dir.roc index 85fab40e..ea3f8359 100644 --- a/examples/dir.roc +++ b/examples/dir.roc @@ -1,5 +1,5 @@ ## Create, inspect, and clean up a small directory tree. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/env-var.roc b/examples/env-var.roc index 9d79ffe6..d3f4e764 100644 --- a/examples/env-var.roc +++ b/examples/env-var.roc @@ -1,5 +1,5 @@ ## Read native and UTF-8 environment variables. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/error-handling.roc b/examples/error-handling.roc index 0aed9261..9007fc47 100644 --- a/examples/error-handling.roc +++ b/examples/error-handling.roc @@ -1,5 +1,5 @@ ## Handle errors with tag-pattern matching. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-accessed-modified-created-time.roc b/examples/file-accessed-modified-created-time.roc index effd4d1c..62765163 100644 --- a/examples/file-accessed-modified-created-time.roc +++ b/examples/file-accessed-modified-created-time.roc @@ -1,5 +1,5 @@ ## Read a file's accessed, modified, and creation timestamps. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-permissions.roc b/examples/file-permissions.roc index e4871325..f4d40478 100644 --- a/examples/file-permissions.roc +++ b/examples/file-permissions.roc @@ -1,5 +1,5 @@ ## Inspect whether a file is executable, readable, and writable. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-read-buffered.roc b/examples/file-read-buffered.roc index f641fef2..6d695673 100644 --- a/examples/file-read-buffered.roc +++ b/examples/file-read-buffered.roc @@ -3,7 +3,7 @@ ## This can be useful to process large files without using a lot of RAM or ## requiring the user to wait until the complete file is processed when they ## only wanted to look at the first page. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-read-write.roc b/examples/file-read-write.roc index b9040757..5484a3db 100644 --- a/examples/file-read-write.roc +++ b/examples/file-read-write.roc @@ -1,5 +1,5 @@ ## Write a UTF-8 file, read it back, and delete it. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-replace.roc b/examples/file-replace.roc index 742c8eac..21d12325 100644 --- a/examples/file-replace.roc +++ b/examples/file-replace.roc @@ -1,5 +1,5 @@ ## Replace every occurrence of a substring in a UTF-8 file in place. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/file-size.roc b/examples/file-size.roc index 0253ee81..634d361c 100644 --- a/examples/file-size.roc +++ b/examples/file-size.roc @@ -1,5 +1,5 @@ ## Report the size in bytes of a path supplied on the command line. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/filesystem-tools.roc b/examples/filesystem-tools.roc index 4cea6523..4933410f 100644 --- a/examples/filesystem-tools.roc +++ b/examples/filesystem-tools.roc @@ -1,6 +1,6 @@ ## Prepare a distributable directory without changing its source files. ## Usage: roc filesystem-tools.roc -- path/to/site path/to/new-release -app [main!] { pf: platform "../platform/main.roc" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.Env import pf.OsStr diff --git a/examples/hello-world.roc b/examples/hello-world.roc index 7543cd4a..db8af2ad 100644 --- a/examples/hello-world.roc +++ b/examples/hello-world.roc @@ -1,5 +1,5 @@ ## Print a minimal greeting to standard output. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/hello.roc b/examples/hello.roc index 4896e145..8ea7bdcc 100644 --- a/examples/hello.roc +++ b/examples/hello.roc @@ -1,5 +1,5 @@ ## Greet a name supplied as a native command-line argument. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/http-client.roc b/examples/http-client.roc index c6b0f329..671460d0 100644 --- a/examples/http-client.roc +++ b/examples/http-client.roc @@ -1,6 +1,6 @@ ## Send HTTP requests and handle UTF-8, JSON, and transport failures. app [main!] { - pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst", + pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst", http: "https://github.com/roc-lang/http/releases/download/1.0.0/6ZUwqYhCS8PU9Mo6MF7oV82ET2o7KYb57CLKDq4cq4sS.tar.zst", } diff --git a/examples/http-simple.roc b/examples/http-simple.roc index 10d8b7ed..68cc56fd 100644 --- a/examples/http-simple.roc +++ b/examples/http-simple.roc @@ -1,6 +1,6 @@ ## Fetch UTF-8, JSON, and HTML responses from a local HTTP server. app [main!] { - pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst", + pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst", http: "https://github.com/roc-lang/http/releases/download/1.0.0/6ZUwqYhCS8PU9Mo6MF7oV82ET2o7KYb57CLKDq4cq4sS.tar.zst", } diff --git a/examples/locale.roc b/examples/locale.roc index 5640e04c..08bc185d 100644 --- a/examples/locale.roc +++ b/examples/locale.roc @@ -1,5 +1,5 @@ ## Parse, encode, and inspect the system's preferred locales. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/path.roc b/examples/path.roc index 3641e58f..0fd43306 100644 --- a/examples/path.roc +++ b/examples/path.roc @@ -1,5 +1,5 @@ ## Inspect a path's filename, extension, string representation, and type (file/dir/symlink). -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr exposing [OsStr] import pf.Stdout diff --git a/examples/print.roc b/examples/print.roc index d20ee065..60dc76d6 100644 --- a/examples/print.roc +++ b/examples/print.roc @@ -1,5 +1,5 @@ ## Write text, lines and lists to standard output and standard error. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/process-control.roc b/examples/process-control.roc index 50915531..7a3fee66 100644 --- a/examples/process-control.roc +++ b/examples/process-control.roc @@ -1,6 +1,6 @@ ## Run a build command with live output and a five-minute deadline. ## Usage: roc process-control.roc -- cargo build --release -app [main!] { pf: platform "../platform/main.roc" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.Cmd import pf.OsStr diff --git a/examples/random.roc b/examples/random.roc index ef7f3136..2b51581f 100644 --- a/examples/random.roc +++ b/examples/random.roc @@ -1,5 +1,5 @@ ## Generate random 32-bit and 64-bit seed values. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/sqlite-basic.roc b/examples/sqlite-basic.roc index bc7a3d09..d850422d 100644 --- a/examples/sqlite-basic.roc +++ b/examples/sqlite-basic.roc @@ -1,5 +1,5 @@ ## Query a SQLite database and decode rows into records. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Env diff --git a/examples/sqlite-everything.roc b/examples/sqlite-everything.roc index 4feb989a..bb304ee0 100644 --- a/examples/sqlite-everything.roc +++ b/examples/sqlite-everything.roc @@ -1,5 +1,5 @@ ## Shows SQLite queries, decoders, nullable values, and prepared writes. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Env diff --git a/examples/stdin-basic.roc b/examples/stdin-basic.roc index cab25465..d7cb1a29 100644 --- a/examples/stdin-basic.roc +++ b/examples/stdin-basic.roc @@ -1,5 +1,5 @@ ## Prompt for two lines of standard input and print a greeting. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdin diff --git a/examples/stdin-pipe.roc b/examples/stdin-pipe.roc index d1fdabe7..86be4c62 100644 --- a/examples/stdin-pipe.roc +++ b/examples/stdin-pipe.roc @@ -1,5 +1,5 @@ ## Read piped bytes to end-of-input and validate them as UTF-8. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdin diff --git a/examples/tcp-client.roc b/examples/tcp-client.roc index 3e01d3bd..437e0bed 100644 --- a/examples/tcp-client.roc +++ b/examples/tcp-client.roc @@ -1,5 +1,5 @@ ## Exchange lines with a local TCP echo server using buffered stream operations. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Tcp diff --git a/examples/temp-dir.roc b/examples/temp-dir.roc index 68dac9fe..f3b093a5 100644 --- a/examples/temp-dir.roc +++ b/examples/temp-dir.roc @@ -1,5 +1,5 @@ ## Print the operating system's default temporary directory. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/terminal-app-snake.roc b/examples/terminal-app-snake.roc index 2e964d87..ebda5fd5 100644 --- a/examples/terminal-app-snake.roc +++ b/examples/terminal-app-snake.roc @@ -1,5 +1,5 @@ ## Build a small full-screen snake game using terminal raw mode. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdin diff --git a/examples/time.roc b/examples/time.roc index 89140d56..8a6a1967 100644 --- a/examples/time.roc +++ b/examples/time.roc @@ -1,5 +1,5 @@ ## Measure a sleep interval and format the current UTC time. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/tty.roc b/examples/tty.roc index 0ea80e53..b2a6efdb 100644 --- a/examples/tty.roc +++ b/examples/tty.roc @@ -1,5 +1,5 @@ ## Enable terminal raw mode, read one key, and restore normal behavior. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout diff --git a/examples/url.roc b/examples/url.roc index 2ac53884..bb8dc6d9 100644 --- a/examples/url.roc +++ b/examples/url.roc @@ -1,5 +1,5 @@ ## Build a validated search URL while encoding path and query components. -app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.22.2/9zUBxb1LtXYVc4eR4hAtd1WQDwBYDhM6HQdZz1UFCm2m.tar.zst" } +app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.23.0-rc1/3hT3SoHZ6qbEsa9qVFLUW3547U5LeoNd1KbpqLpz4r1i.tar.zst" } import pf.OsStr import pf.Stdout