MCPcopy Create free account
hub / github.com/apache/fory / bump_rust_version

Function bump_rust_version

ci/release.py:546–566  ·  view source on GitHub ↗
(new_version)

Source from the content-addressed store, hash-verified

544
545
546def bump_rust_version(new_version):
547 rust_version = _normalize_rust_version(new_version)
548 _bump_version("rust", "Cargo.toml", rust_version, _update_rust_version)
549 _bump_version(
550 "benchmarks/rust",
551 "Cargo.toml",
552 rust_version,
553 _update_cargo_package_version,
554 )
555 _bump_version(
556 "integration_tests/idl_tests/rust",
557 "Cargo.toml",
558 rust_version,
559 _update_cargo_package_version,
560 )
561 _bump_version(
562 "integration_tests/grpc_tests/rust",
563 "Cargo.toml",
564 rust_version,
565 _update_rust_version,
566 )
567
568
569def bump_kotlin_version(new_version):

Callers 1

bump_versionFunction · 0.85

Calls 2

_normalize_rust_versionFunction · 0.85
_bump_versionFunction · 0.85

Tested by

no test coverage detected