Skip to content

Commit

Permalink
Merge pull request #498 from demergent-labs/update_rust
Browse files Browse the repository at this point in the history
update to the latest stable Rust
  • Loading branch information
lastmjs authored Sep 10, 2024
2 parents 2c5d1f1 + 9ae65ac commit ea162ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kybra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .compiler.custom_modules.principal import Principal as PrincipalRenamed

__version__ = "0.6.0"
__rust_version__ = "1.77.0"
__rust_version__ = "1.81.0"

Principal = PrincipalRenamed

Expand Down

0 comments on commit ea162ae

Please sign in to comment.