Skip to content

Commit 29e2476

Browse files
authored
Update COMPILER_VERSIONS.md
1 parent 48c8c17 commit 29e2476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/COMPILER_VERSIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Go version here has the following goals:
1515
versions reasonably wide to avoid unnecessary friction for users. I.e. just
1616
because Cosmos SDK now uses Go 1.19 does not mean we make 1.19 the minimal
1717
supported version here. However, the project should work with the latest
18-
stable Go version. When the majority of our users is between 1.18 and 1.19, we
18+
stable Go version. When the majority of our users are between 1.18 and 1.19, we
1919
can slowly remove 1.17 support by bumping the min version to 1.18.
2020
- Be stable enough to test Go code. We always pin the patch version to ensure CI
2121
runs are reproducible. Those versions will contain security issues from time
@@ -31,10 +31,10 @@ Go version locations:
3131
## Rust
3232

3333
In contrast to Go, the Rust compiler used here produces actual artifacts used
34-
directly by consumer projects. This are the shared .dylib, .so, .dll libraries
34+
directly by consumer projects. These are the shared .dylib, .so, .dll libraries
3535
as well as the static .a libraries. Those libwasmvm builds contain all the Rust
3636
code executing contracts, especially cosmwasm-vm. New Rust versions usually add
37-
features which are not necessarily used or needed. But we should move with the
37+
features that are not necessarily used or needed. But we should move with the
3838
ecosystem to keep the dependency tree compiling. Also new Rust versions tend to
3939
increase runtime speed through optimizer improvements, which never hurts.
4040

0 commit comments

Comments
 (0)