Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

chore: release v0.2.0#35

Draft
jwilger wants to merge 1 commit intomainfrom
release-plz-2025-09-08T22-44-03Z
Draft

chore: release v0.2.0#35
jwilger wants to merge 1 commit intomainfrom
release-plz-2025-09-08T22-44-03Z

Conversation

@jwilger
Copy link
Copy Markdown
Owner

@jwilger jwilger commented Sep 8, 2025

🤖 New release

  • caxton: 0.1.4 -> 0.2.0 (⚠ API breaking changes)

caxton breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_missing.ron

Failed in:
  enum caxton::resource_manager::FuelError, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:58
  enum caxton::domain::security::UnsafeFunctionNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:30
  enum caxton::domain_types::WorkerIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:689
  enum caxton::message_router::domain_types::TraceIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:296
  enum caxton::message_router::TraceIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:296
  enum caxton::message_router::domain_types::DeadLetterQueueSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:199
  enum caxton::message_router::DeadLetterQueueSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:199
  enum caxton::domain_types::CpuFuelAmountError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:649
  enum caxton::domain::execution::ExecutionStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:48
  enum caxton::domain::ExecutionStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:48
  enum caxton::domain::security::SafeFunctionNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:7
  enum caxton::domain_types::CpuFuelConsumedError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:601
  enum caxton::domain_types::CpuFuelError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:137
  enum caxton::message_router::traits::HealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:137
  enum caxton::message_router::HealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:137
  enum caxton::domain::agent_lifecycle::PendingRequestCountError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:257
  enum caxton::message_router::domain_types::AgentState, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:754
  enum caxton::message_router::AgentState, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:754
  enum caxton::resource_manager::MemoryError, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:123
  enum caxton::domain::wasm_module::WasmValueType, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:269
  enum caxton::domain::WasmValueType, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:269
  enum caxton::message_router::domain_types::AgentLocation, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:764
  enum caxton::message_router::AgentLocation, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:764
  enum caxton::domain::wasm_module::WasmModuleNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:180
  enum caxton::message_router::domain_types::MessageContentError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:532
  enum caxton::message_router::MessageContentError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:532
  enum caxton::message_router::domain_types::ContentLanguageError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:447
  enum caxton::message_router::ContentLanguageError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:447
  enum caxton::message_router::domain_types::CapabilityDescriptionError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:375
  enum caxton::message_router::CapabilityDescriptionError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:375
  enum caxton::domain_types::MaxImportFunctionsError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:274
  enum caxton::domain::agent_lifecycle::StateTransitionError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:485
  enum caxton::domain::StateTransitionError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:485
  enum caxton::message_router::domain_types::MessageTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:498
  enum caxton::message_router::MessageTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:498
  enum caxton::agent_lifecycle_manager::HealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:70
  enum caxton::HealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:70
  enum caxton::domain::sandbox_state::SandboxState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:182
  enum caxton::domain::SandboxState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:182
  enum caxton::domain_types::MaxAgentMemoryError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:397
  enum caxton::message_router::domain_types::WorkerThreadCountError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:585
  enum caxton::message_router::WorkerThreadCountError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:585
  enum caxton::domain_types::MessageSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:227
  enum caxton::domain::deployment::DeploymentTimeoutError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:110
  enum caxton::domain::hot_reload::HotReloadValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:678
  enum caxton::domain::HotReloadValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:678
  enum caxton::domain::execution::FuelConsumedError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:5
  enum caxton::domain::deployment::BatchSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:65
  enum caxton::domain::wasm_module::ValidationWarning, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:434
  enum caxton::domain::ValidationWarning, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:434
  enum caxton::ValidationWarning, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:434
  enum caxton::domain_types::MemoryBytesError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:72
  enum caxton::message_router::domain_types::RetryDelayMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:143
  enum caxton::message_router::RetryDelayMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:143
  enum caxton::domain::agent_lifecycle::DrainTimeoutError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:214
  enum caxton::domain::deployment::DeploymentStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:442
  enum caxton::domain::DeploymentStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:442
  enum caxton::DeploymentStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:442
  enum caxton::domain::resource_limits::TotalMemoryAllocatedError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:30
  enum caxton::domain::deployment::DeploymentProgressError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:478
  enum caxton::domain_types::MaxTotalMemoryError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:412
  enum caxton::message_router::domain_types::ConversationTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:228
  enum caxton::message_router::ConversationTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:228
  enum caxton::domain::sandbox_state::MessageCountError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:31
  enum caxton::message_router::domain_types::ProtocolNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:481
  enum caxton::message_router::ProtocolNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:481
  enum caxton::message_router::traits::RouterError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:18
  enum caxton::message_router::RouterError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:18
  enum caxton::message_router::domain_types::CircuitBreakerThresholdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:177
  enum caxton::message_router::CircuitBreakerThresholdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:177
  enum caxton::domain::execution::ElapsedTimeError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:60
  enum caxton::domain::deployment::DeploymentValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:625
  enum caxton::domain::DeploymentValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:625
  enum caxton::message_router::domain_types::TraceSamplingRatioError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:330
  enum caxton::message_router::TraceSamplingRatioError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:330
  enum caxton::security::FeatureState, previously in file /tmp/.tmpWE3iAv/caxton/src/security.rs:8
  enum caxton::message_router::domain_types::RouteHopsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:780
  enum caxton::message_router::RouteHopsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:780
  enum caxton::wasm_module_validator::ValidationMode, previously in file /tmp/.tmpWE3iAv/caxton/src/wasm_module_validator.rs:24
  enum caxton::domain_types::ValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:901
  enum caxton::ValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:901
  enum caxton::domain::wasm_module::MaxWasmFunctionsError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:198
  enum caxton::message_router::traits::RetryReason, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:536
  enum caxton::message_router::RetryReason, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:536
  enum caxton::message_router::domain_types::Performative, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:705
  enum caxton::message_router::Performative, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:705
  enum caxton::domain::hot_reload::HotReloadStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:430
  enum caxton::domain::HotReloadStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:430
  enum caxton::HotReloadStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:430
  enum caxton::message_router::domain_types::CircuitBreakerTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:670
  enum caxton::message_router::CircuitBreakerTimeoutMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:670
  enum caxton::domain::wasm_module::ModuleHashError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:16
  enum caxton::wasm_module_validator::StrictnessLevel, previously in file /tmp/.tmpWE3iAv/caxton/src/wasm_module_validator.rs:33
  enum caxton::domain::fuel::NonZeroCpuFuelError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:6
  enum caxton::domain::security::FunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:47
  enum caxton::domain::FunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:47
  enum caxton::domain_types::MaxTableEntriesError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:427
  enum caxton::domain::execution::FailureReasonError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:54
  enum caxton::message_router::domain_types::MaxConversationParticipantsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:248
  enum caxton::message_router::MaxConversationParticipantsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:248
  enum caxton::domain::fuel::CpuFuelRemainingError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:40
  enum caxton::domain::fuel::FuelError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:87
  enum caxton::domain::FuelError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:87
  enum caxton::domain_types::AgentNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:36
  enum caxton::domain_types::PermissionNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:491
  enum caxton::domain::deployment::DeploymentFuelLimitError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:196
  enum caxton::message_router::domain_types::MessageBatchSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:614
  enum caxton::message_router::MessageBatchSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:614
  enum caxton::domain::execution::ExecutionOutputError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:34
  enum caxton::domain::wasm_module::WasmExportNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:144
  enum caxton::domain::fuel::CpuFuelBudgetError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:22
  enum caxton::domain::agent_lifecycle::FailureReasonError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:316
  enum caxton::domain_types::TestSequenceError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:859
  enum caxton::message_router::traits::DeliveryError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:64
  enum caxton::message_router::DeliveryError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:64
  enum caxton::domain_types::FunctionModuleNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:456
  enum caxton::domain::agent_lifecycle::VersionNumberError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:48
  enum caxton::message_router::domain_types::SpanIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:313
  enum caxton::message_router::SpanIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:313
  enum caxton::domain::fuel::FuelState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:59
  enum caxton::domain::FuelState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:59
  enum caxton::domain::agent_lifecycle::TransitionTimeoutError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:171
  enum caxton::domain::wasm_module::WasmFeature, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:780
  enum caxton::domain::WasmFeature, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:780
  enum caxton::message_router::domain_types::ChannelCapacityError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:85
  enum caxton::message_router::ChannelCapacityError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:85
  enum caxton::domain_types::ResourceCreationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:921
  enum caxton::ResourceCreationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:921
  enum caxton::domain::wasm_module::WasmValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:830
  enum caxton::domain::WasmValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:830
  enum caxton::WasmValidationError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:830
  enum caxton::domain::resource_limits::AgentMemoryRequestError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:13
  enum caxton::domain::hot_reload::TrafficSplitPercentageError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:72
  enum caxton::domain::wasm_module::ValidationRuleType, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:638
  enum caxton::domain::ValidationRuleType, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:638
  enum caxton::ValidationRuleType, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:638
  enum caxton::domain::agent_lifecycle::AgentLifecycleState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:94
  enum caxton::domain::AgentLifecycleState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:94
  enum caxton::AgentLifecycleState, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:94
  enum caxton::domain::hot_reload::RollbackTrigger, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:222
  enum caxton::domain::RollbackTrigger, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:222
  enum caxton::message_router::config::ConfigError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:20
  enum caxton::message_router::ConfigError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:20
  enum caxton::domain::hot_reload::HotReloadError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:700
  enum caxton::domain::HotReloadError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:700
  enum caxton::HotReloadError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:700
  enum caxton::domain::wasm_module::ModuleSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:87
  enum caxton::domain::wasm_module::ValidationFailure, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:345
  enum caxton::domain::ValidationFailure, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:345
  enum caxton::ValidationFailure, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:345
  enum caxton::message_router::domain_types::OntologyNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:464
  enum caxton::message_router::OntologyNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:464
  enum caxton::domain_types::TestAgentIdError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:821
  enum caxton::domain_types::MaxExportsError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:296
  enum caxton::domain_types::RetryAttemptError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:772
  enum caxton::domain_types::HostFunctionNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:54
  enum caxton::domain_types::ConnectionPoolSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:509
  enum caxton::domain::deployment::DeploymentStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:41
  enum caxton::domain::DeploymentStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:41
  enum caxton::DeploymentStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:41
  enum caxton::domain::deployment::DeploymentError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:647
  enum caxton::domain::DeploymentError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:647
  enum caxton::DeploymentError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:647
  enum caxton::message_router::traits::RegistryError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:115
  enum caxton::message_router::RegistryError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:115
  enum caxton::message_router::domain_types::RetryBackoffFactorError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:643
  enum caxton::message_router::RetryBackoffFactorError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:643
  enum caxton::domain::hot_reload::HotReloadStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:43
  enum caxton::domain::HotReloadStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:43
  enum caxton::HotReloadStrategy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:43
  enum caxton::domain::wasm_module::WasmImportNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:162
  enum caxton::domain_types::MaxAgentsError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:245
  enum caxton::message_router::domain_types::CapabilityNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:357
  enum caxton::message_router::CapabilityNameError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:357
  enum caxton::message_router::traits::CircuitBreakerState, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:528
  enum caxton::message_router::CircuitBreakerState, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:528
  enum caxton::domain::deployment::DeploymentMemoryLimitError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:153
  enum caxton::message_router::domain_types::FailureReason, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:740
  enum caxton::message_router::FailureReason, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:740
  enum caxton::domain_types::FunctionDescriptionError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:474
  enum caxton::domain::security::SecurityLevel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:211
  enum caxton::domain::SecurityLevel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:211
  enum caxton::message_router::domain_types::AgentQueueSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:556
  enum caxton::message_router::AgentQueueSizeError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:556
  enum caxton::domain_types::RateLimitPerSecondError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:572
  enum caxton::domain::wasm_module::ValidationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:303
  enum caxton::domain::ValidationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:303
  enum caxton::ValidationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:303
  enum caxton::message_router::domain_types::HealthCheckIntervalMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:392
  enum caxton::message_router::HealthCheckIntervalMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:392
  enum caxton::message_router::traits::ConversationError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:96
  enum caxton::message_router::ConversationError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:96
  enum caxton::domain_types::StorageCleanupIntervalMsError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:538
  enum caxton::agent_lifecycle_manager::LifecycleError, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:25
  enum caxton::LifecycleError, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:25
  enum caxton::message_router::domain_types::MaxRetriesError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:114
  enum caxton::message_router::MaxRetriesError, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:114
  enum caxton::domain::wasm_module::HashAlgorithm, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:80
  enum caxton::domain::HashAlgorithm, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:80
  enum caxton::domain::resource_limits::MemoryError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:69
  enum caxton::domain::MemoryError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:69
  enum caxton::message_router::domain_types::MessagePriority, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:725
  enum caxton::message_router::MessagePriority, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:725
  enum caxton::domain_types::QueueDepthError, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:726

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function caxton::time_provider::test_time_provider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:113
  function caxton::time_provider::production_time_provider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:108
  function caxton::domain::statistics::u64_to_f64_for_stats, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:44
  function caxton::domain::u64_to_f64_for_stats, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:44
  function caxton::domain::statistics::millis_to_f64_for_stats, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:33
  function caxton::domain::millis_to_f64_for_stats, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:33
  function caxton::domain::statistics::calculate_percentage_f32, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:13
  function caxton::domain::calculate_percentage_f32, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:13
  function caxton::time_provider::integration_test_time_provider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:118

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod caxton::sandbox, previously in file /tmp/.tmpWE3iAv/caxton/src/sandbox.rs:1
  mod caxton::domain::deployment, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:1
  mod caxton::domain::resource_limits, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:1
  mod caxton::domain_types, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:1
  mod caxton::agent_lifecycle_manager, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:1
  mod caxton::domain::statistics, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/statistics.rs:1
  mod caxton::domain::sandbox_state, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:1
  mod caxton::domain::execution, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:1
  mod caxton::message_router::config, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:1
  mod caxton::deployment_manager, previously in file /tmp/.tmpWE3iAv/caxton/src/deployment_manager.rs:1
  mod caxton::domain::fuel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:1
  mod caxton::security, previously in file /tmp/.tmpWE3iAv/caxton/src/security.rs:1
  mod caxton::domain::agent_lifecycle, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:1
  mod caxton::message_router::domain_types, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:1
  mod caxton::domain::hot_reload, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:1
  mod caxton::host_functions, previously in file /tmp/.tmpWE3iAv/caxton/src/host_functions.rs:1
  mod caxton::resource_manager, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:1
  mod caxton::domain::wasm_module, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:1
  mod caxton::hot_reload_manager, previously in file /tmp/.tmpWE3iAv/caxton/src/hot_reload_manager.rs:1
  mod caxton::message_router::router, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/router.rs:1
  mod caxton::message_router, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/mod.rs:1
  mod caxton::domain, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/mod.rs:1
  mod caxton::domain::security, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:1
  mod caxton::wasm_module_validator, previously in file /tmp/.tmpWE3iAv/caxton/src/wasm_module_validator.rs:1
  mod caxton::time_provider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:1
  mod caxton::runtime, previously in file /tmp/.tmpWE3iAv/caxton/src/runtime/mod.rs:1
  mod caxton::message_router::traits, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  TOTAL_MEMORY_LIMIT in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:11
  TOTAL_MEMORY_LIMIT in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:11
  AGENT_MEMORY_LIMIT in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:10
  AGENT_MEMORY_LIMIT in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:10

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct caxton::domain::resource_limits::BoundedMemoryPool, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:87
  struct caxton::domain::BoundedMemoryPool, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:87
  struct caxton::message_router::domain_types::ConversationId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:39
  struct caxton::message_router::ConversationId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:39
  struct caxton::domain::resource_limits::AgentMemoryRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:13
  struct caxton::domain::AgentMemoryRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:13
  struct caxton::domain::fuel::FuelTracker, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:81
  struct caxton::domain::FuelTracker, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:81
  struct caxton::security::AccessPermissions, previously in file /tmp/.tmpWE3iAv/caxton/src/security.rs:68
  struct caxton::agent_lifecycle_manager::AgentStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:57
  struct caxton::AgentStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:57
  struct caxton::domain::hot_reload::TrafficSplitPercentage, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:72
  struct caxton::domain::TrafficSplitPercentage, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:72
  struct caxton::TrafficSplitPercentage, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:72
  struct caxton::domain::deployment::DeploymentMetrics, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:597
  struct caxton::domain::DeploymentMetrics, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:597
  struct caxton::resource_manager::BoundedMemoryPool, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:212
  struct caxton::domain::hot_reload::HotReloadRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:344
  struct caxton::domain::HotReloadRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:344
  struct caxton::HotReloadRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:344
  struct caxton::domain::hot_reload::RollbackCapability, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:144
  struct caxton::domain::RollbackCapability, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:144
  struct caxton::resource_manager::CpuFuelBudget, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:34
  struct caxton::domain::wasm_module::ModuleSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:87
  struct caxton::domain::ModuleSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:87
  struct caxton::domain_types::ExecutionTime, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:365
  struct caxton::ExecutionTime, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:365
  struct caxton::message_router::domain_types::OntologyName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:464
  struct caxton::message_router::OntologyName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:464
  struct caxton::domain_types::TestAgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:821
  struct caxton::TestAgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:821
  struct caxton::domain::security::ValidatedSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:238
  struct caxton::domain::ValidatedSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:238
  struct caxton::message_router::traits::ConversationStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:509
  struct caxton::message_router::ConversationStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:509
  struct caxton::domain_types::RetryAttempt, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:772
  struct caxton::RetryAttempt, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:772
  struct caxton::message_router::config::PerformanceConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:85
  struct caxton::domain::agent_lifecycle::LifecycleOperationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:507
  struct caxton::domain::LifecycleOperationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:507
  struct caxton::domain::sandbox_state::Uninitialized, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:9
  struct caxton::domain::Uninitialized, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:9
  struct caxton::domain_types::HostFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:54
  struct caxton::HostFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:54
  struct caxton::message_router::traits::DetailedHealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:546
  struct caxton::message_router::DetailedHealthStatus, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:546
  struct caxton::domain_types::ConnectionPoolSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:509
  struct caxton::ConnectionPoolSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:509
  struct caxton::domain_types::AgentName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:36
  struct caxton::message_router::domain_types::AgentName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:36
  struct caxton::message_router::AgentName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:36
  struct caxton::AgentName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:36
  struct caxton::domain_types::MaxImportFunctions, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:274
  struct caxton::MaxImportFunctions, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:274
  struct caxton::resource_manager::TotalMemoryAllocated, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:147
  struct caxton::domain::deployment::DeploymentConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:304
  struct caxton::domain::DeploymentConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:304
  struct caxton::DeploymentConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:304
  struct caxton::hot_reload_manager::CaxtonHotReloadManager, previously in file /tmp/.tmpWE3iAv/caxton/src/hot_reload_manager.rs:142
  struct caxton::CaxtonHotReloadManager, previously in file /tmp/.tmpWE3iAv/caxton/src/hot_reload_manager.rs:142
  struct caxton::message_router::router::AgentRegistryImpl, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/router.rs:1296
  struct caxton::resource_manager::CpuFuelAmount, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:19
  struct caxton::domain::resource_limits::ResourceLimits, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:158
  struct caxton::domain::ResourceLimits, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:158
  struct caxton::domain::wasm_module::WasmImportName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:162
  struct caxton::domain::WasmImportName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:162
  struct caxton::domain_types::MaxAgents, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:245
  struct caxton::MaxAgents, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:245
  struct caxton::message_router::domain_types::CapabilityName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:357
  struct caxton::message_router::CapabilityName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:357
  struct caxton::domain::deployment::DeploymentMemoryLimit, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:153
  struct caxton::domain::DeploymentMemoryLimit, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:153
  struct caxton::wasm_module_validator::ValidationStatistics, previously in file /tmp/.tmpWE3iAv/caxton/src/wasm_module_validator.rs:133
  struct caxton::ValidationStatistics, previously in file /tmp/.tmpWE3iAv/caxton/src/wasm_module_validator.rs:133
  struct caxton::domain_types::CpuFuel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:137
  struct caxton::CpuFuel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:137
  struct caxton::message_router::domain_types::Conversation, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:840
  struct caxton::message_router::Conversation, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:840
  struct caxton::message_router::domain_types::Timestamp, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:933
  struct caxton::message_router::Timestamp, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:933
  struct caxton::deployment_manager::HealthCheckResult, previously in file /tmp/.tmpWE3iAv/caxton/src/deployment_manager.rs:49
  struct caxton::message_router::domain_types::MessageTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:498
  struct caxton::message_router::MessageTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:498
  struct caxton::domain::hot_reload::VersionSnapshot, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:559
  struct caxton::domain::VersionSnapshot, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:559
  struct caxton::domain::deployment::HealthCheckConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:231
  struct caxton::domain::HealthCheckConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:231
  struct caxton::domain_types::FunctionDescription, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:474
  struct caxton::FunctionDescription, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:474
  struct caxton::agent_lifecycle_manager::AgentLifecycleManager, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:118
  struct caxton::AgentLifecycleManager, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:118
  struct caxton::message_router::domain_types::MaxRetries, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:114
  struct caxton::message_router::MaxRetries, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:114
  struct caxton::message_router::domain_types::AgentQueueSize, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:556
  struct caxton::message_router::AgentQueueSize, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:556
  struct caxton::domain::hot_reload::ReloadMetrics, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:473
  struct caxton::domain::ReloadMetrics, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:473
  struct caxton::domain_types::RateLimitPerSecond, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:572
  struct caxton::RateLimitPerSecond, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:572
  struct caxton::message_router::domain_types::DeadLetterQueueSize, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:199
  struct caxton::message_router::DeadLetterQueueSize, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:199
  struct caxton::domain_types::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:325
  struct caxton::message_router::domain_types::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:325
  struct caxton::message_router::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:325
  struct caxton::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:325
  struct caxton::message_router::domain_types::ConversationTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:228
  struct caxton::message_router::ConversationTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:228
  struct caxton::message_router::domain_types::DeliveryOptions, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:914
  struct caxton::message_router::DeliveryOptions, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:914
  struct caxton::domain::deployment::ResourceRequirements, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:255
  struct caxton::domain::ResourceRequirements, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:255
  struct caxton::ResourceRequirements, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:255
  struct caxton::domain::sandbox_state::Sandbox, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:65
  struct caxton::domain::Sandbox, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:65
  struct caxton::message_router::domain_types::ConversationCreatedAt, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:270
  struct caxton::message_router::ConversationCreatedAt, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:270
  struct caxton::domain_types::StorageCleanupIntervalMs, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:538
  struct caxton::StorageCleanupIntervalMs, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:538
  struct caxton::security::WasmFeatures, previously in file /tmp/.tmpWE3iAv/caxton/src/security.rs:17
  struct caxton::domain_types::QueueDepth, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:726
  struct caxton::QueueDepth, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:726
  struct caxton::domain::sandbox_state::Initialized, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:12
  struct caxton::domain::Initialized, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:12
  struct caxton::domain::hot_reload::HotReloadConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:260
  struct caxton::domain::HotReloadConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:260
  struct caxton::HotReloadConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:260
  struct caxton::domain::security::UnsafeFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:30
  struct caxton::domain::UnsafeFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:30
  struct caxton::domain::deployment::DeploymentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:17
  struct caxton::domain::DeploymentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:17
  struct caxton::DeploymentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:17
  struct caxton::domain_types::WorkerId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:689
  struct caxton::WorkerId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:689
  struct caxton::message_router::domain_types::TraceId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:296
  struct caxton::message_router::TraceId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:296
  struct caxton::domain::sandbox_state::Running, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:17
  struct caxton::domain::Running, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:17
  struct caxton::host_functions::HostFunctions, previously in file /tmp/.tmpWE3iAv/caxton/src/host_functions.rs:9
  struct caxton::domain::security::RelaxedSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:142
  struct caxton::domain::RelaxedSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:142
  struct caxton::domain::sandbox_state::Draining, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:23
  struct caxton::domain::Draining, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:23
  struct caxton::domain::security::SafeFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:7
  struct caxton::domain::SafeFunctionName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:7
  struct caxton::resource_manager::AgentMemoryRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:93
  struct caxton::domain::hot_reload::ResourceUsageSnapshot, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:569
  struct caxton::domain_types::CpuFuelConsumed, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:601
  struct caxton::resource_manager::CpuFuelConsumed, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:601
  struct caxton::CpuFuelConsumed, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:601
  struct caxton::domain::deployment::DeploymentRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:361
  struct caxton::domain::DeploymentRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:361
  struct caxton::DeploymentRequest, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:361
  struct caxton::domain_types::MemoryBytes, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:72
  struct caxton::MemoryBytes, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:72
  struct caxton::message_router::domain_types::NodeId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:62
  struct caxton::message_router::NodeId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:62
  struct caxton::message_router::domain_types::MessageTimestamp, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:421
  struct caxton::message_router::MessageTimestamp, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:421
  struct caxton::message_router::traits::RouterStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:145
  struct caxton::message_router::RouterStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:145
  struct caxton::domain::agent_lifecycle::PendingRequestCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:257
  struct caxton::domain::PendingRequestCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:257
  struct caxton::message_router::config::ObservabilityConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:39
  struct caxton::runtime::WasmRuntimeConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/runtime/mod.rs:48
  struct caxton::WasmRuntimeConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/runtime/mod.rs:48
  struct caxton::domain_types::AgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:13
  struct caxton::message_router::domain_types::AgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:13
  struct caxton::message_router::AgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:13
  struct caxton::AgentId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:13
  struct caxton::domain::wasm_module::WasmModuleName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:180
  struct caxton::domain::WasmModuleName, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:180
  struct caxton::message_router::domain_types::MessageContent, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:532
  struct caxton::message_router::MessageContent, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:532
  struct caxton::message_router::domain_types::ContentLanguage, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:447
  struct caxton::message_router::ContentLanguage, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:447
  struct caxton::message_router::domain_types::CapabilityDescription, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:375
  struct caxton::message_router::CapabilityDescription, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:375
  struct caxton::domain::agent_lifecycle::AgentVersion, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:15
  struct caxton::domain::AgentVersion, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:15
  struct caxton::AgentVersion, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:15
  struct caxton::domain::security::StrictSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:95
  struct caxton::domain::StrictSecurityPolicy, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/security.rs:95
  struct caxton::domain_types::MaxAgentMemory, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:397
  struct caxton::MaxAgentMemory, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:397
  struct caxton::message_router::config::StorageConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:187
  struct caxton::resource_manager::ResourceLimits, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:68
  struct caxton::ResourceLimits, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:68
  struct caxton::time_provider::RealTimeProvider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:34
  struct caxton::resource_manager::SimpleFuelTracker, previously in file /tmp/.tmpWE3iAv/caxton/src/resource_manager.rs:279
  struct caxton::deployment_manager::InstanceDeploymentResult, previously in file /tmp/.tmpWE3iAv/caxton/src/deployment_manager.rs:37
  struct caxton::domain_types::MessageSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:227
  struct caxton::message_router::domain_types::MessageSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:227
  struct caxton::message_router::MessageSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:227
  struct caxton::MessageSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:227
  struct caxton::time_provider::MockTimeProvider, previously in file /tmp/.tmpWE3iAv/caxton/src/time_provider.rs:63
  struct caxton::domain::deployment::DeploymentTimeout, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:110
  struct caxton::domain::DeploymentTimeout, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:110
  struct caxton::message_router::domain_types::WorkerThreadCount, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:585
  struct caxton::message_router::WorkerThreadCount, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:585
  struct caxton::domain::execution::FuelConsumed, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:5
  struct caxton::domain::FuelConsumed, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:5
  struct caxton::message_router::domain_types::RetryBackoffFactor, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:643
  struct caxton::message_router::RetryBackoffFactor, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:643
  struct caxton::domain::deployment::BatchSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:65
  struct caxton::domain::BatchSize, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:65
  struct caxton::domain_types::CpuFuelAmount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:649
  struct caxton::CpuFuelAmount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:649
  struct caxton::message_router::domain_types::CircuitBreakerTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:670
  struct caxton::message_router::CircuitBreakerTimeoutMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:670
  struct caxton::message_router::domain_types::TraceContext, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:905
  struct caxton::message_router::TraceContext, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:905
  struct caxton::domain::fuel::ExecutionContext, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:141
  struct caxton::domain::ExecutionContext, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:141
  struct caxton::runtime::ExecutionResult, previously in file /tmp/.tmpWE3iAv/caxton/src/runtime/mod.rs:17
  struct caxton::message_router::domain_types::HealthCheckIntervalMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:392
  struct caxton::message_router::HealthCheckIntervalMs, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:392
  struct caxton::domain::agent_lifecycle::DrainTimeout, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:214
  struct caxton::domain::DrainTimeout, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:214
  struct caxton::domain::resource_limits::TotalMemoryAllocated, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:30
  struct caxton::domain::TotalMemoryAllocated, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/resource_limits.rs:30
  struct caxton::message_router::traits::ComponentHealth, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:555
  struct caxton::message_router::ComponentHealth, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:555
  struct caxton::domain::wasm_module::WasmFunctionSignature, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:228
  struct caxton::domain::WasmFunctionSignature, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:228
  struct caxton::message_router::domain_types::RouteInfo, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:772
  struct caxton::message_router::RouteInfo, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:772
  struct caxton::domain::deployment::DeploymentProgress, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:478
  struct caxton::domain::DeploymentProgress, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/deployment.rs:478
  struct caxton::domain_types::MaxTotalMemory, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:412
  struct caxton::MaxTotalMemory, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:412
  struct caxton::domain::agent_lifecycle::AgentLifecycle, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:355
  struct caxton::domain::AgentLifecycle, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:355
  struct caxton::AgentLifecycle, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/agent_lifecycle.rs:355
  struct caxton::message_router::config::RouterConfigBuilder, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:574
  struct caxton::message_router::RouterConfigBuilder, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:574
  struct caxton::sandbox::Sandbox, previously in file /tmp/.tmpWE3iAv/caxton/src/sandbox.rs:18
  struct caxton::Sandbox, previously in file /tmp/.tmpWE3iAv/caxton/src/sandbox.rs:18
  struct caxton::domain::wasm_module::WasmModule, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:649
  struct caxton::domain::WasmModule, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:649
  struct caxton::WasmModule, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:649
  struct caxton::message_router::traits::DeadLetterStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:519
  struct caxton::message_router::DeadLetterStats, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/traits.rs:519
  struct caxton::domain::sandbox_state::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:31
  struct caxton::domain::MessageCount, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:31
  struct caxton::agent_lifecycle_manager::OperationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:80
  struct caxton::OperationResult, previously in file /tmp/.tmpWE3iAv/caxton/src/agent_lifecycle_manager.rs:80
  struct caxton::host_functions::FunctionMetadata, previously in file /tmp/.tmpWE3iAv/caxton/src/host_functions.rs:15
  struct caxton::message_router::domain_types::ProtocolName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:481
  struct caxton::message_router::ProtocolName, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:481
  struct caxton::message_router::domain_types::FipaMessage, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:881
  struct caxton::message_router::FipaMessage, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:881
  struct caxton::message_router::domain_types::ChannelCapacity, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:85
  struct caxton::message_router::ChannelCapacity, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:85
  struct caxton::message_router::router::MessageRouterImpl, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/router.rs:44
  struct caxton::message_router::MessageRouterImpl, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/router.rs:44
  struct caxton::domain::execution::ElapsedTime, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:60
  struct caxton::domain::ElapsedTime, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:60
  struct caxton::domain::sandbox_state::Stopped, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:29
  struct caxton::domain::Stopped, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/sandbox_state.rs:29
  struct caxton::message_router::domain_types::MessageId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:16
  struct caxton::message_router::MessageId, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:16
  struct caxton::message_router::domain_types::RouteHops, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:780
  struct caxton::message_router::RouteHops, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/domain_types.rs:780
  struct caxton::domain::wasm_module::MaxWasmFunctions, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:198
  struct caxton::domain::MaxWasmFunctions, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:198
  struct caxton::domain::hot_reload::HotReloadId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:19
  struct caxton::domain::HotReloadId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:19
  struct caxton::HotReloadId, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/hot_reload.rs:19
  struct caxton::domain::wasm_module::ModuleHash, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:16
  struct caxton::domain::ModuleHash, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/wasm_module.rs:16
  struct caxton::domain::fuel::NonZeroCpuFuel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:6
  struct caxton::domain::NonZeroCpuFuel, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/fuel.rs:6
  struct caxton::message_router::config::RouterConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:233
  struct caxton::message_router::RouterConfig, previously in file /tmp/.tmpWE3iAv/caxton/src/message_router/config.rs:233
  struct caxton::domain_types::MaxTableEntries, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:427
  struct caxton::MaxTableEntries, previously in file /tmp/.tmpWE3iAv/caxton/src/domain_types.rs:427
  struct caxton::domain::execution::FailureReason, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:54
  struct caxton::domain::ExecutionFailureReason, previously in file /tmp/.tmpWE3iAv/caxton/src/domain/execution.rs:54
  struct caxton::r

@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 16 times, most recently from 922fb87 to d5e558a Compare September 16, 2025 02:36
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 3 times, most recently from 2aea7a1 to b45ca99 Compare September 17, 2025 02:38
@jwilger jwilger changed the title chore: release v0.2.0 chore: release v0.1.5 Sep 17, 2025
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch from b45ca99 to 3e0a558 Compare September 17, 2025 15:02
@jwilger jwilger changed the title chore: release v0.1.5 chore: release v0.2.0 Sep 17, 2025
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 6 times, most recently from dfe717b to a90e03d Compare September 20, 2025 02:35
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 7 times, most recently from 7c88f78 to 0c84cbb Compare October 8, 2025 02:39
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 7 times, most recently from 04de7af to 5c22f96 Compare October 15, 2025 02:42
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 7 times, most recently from 0762d7e to ef08ef9 Compare October 22, 2025 02:44
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch 7 times, most recently from 3a84569 to 4034c90 Compare October 29, 2025 02:45
@jwilger jwilger force-pushed the release-plz-2025-09-08T22-44-03Z branch from 4034c90 to e376c37 Compare October 30, 2025 02:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant