Skip to content

Commit

Permalink
chore(release): 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 28, 2024
1 parent 47bee6f commit 527a461
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["proto", "doseid", "proxy", "util", 'dctl']
resolver = "2"

[workspace.package]
version = "0.0.10"
version = "0.0.11"
license = "Apache-2.0"
repository = "https://github.com/doseiai/engine"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
dosei:
container_name: dosei
restart: always
image: doseiai/dosei:0.0.10
image: doseiai/dosei:0.0.11
platform: linux/amd64
command: /bin/doseid --host 0.0.0.0
volumes:
Expand Down
1 change: 0 additions & 1 deletion doseid/src/server/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use axum::http::StatusCode;
use axum::{Extension, Json};
use serde::{Deserialize, Serialize};
use std::sync::Arc;
use tracing::error;
use uuid::Uuid;

pub async fn api_info(config: Extension<&'static Config>) -> Result<Json<Info>, StatusCode> {
Expand Down

0 comments on commit 527a461

Please sign in to comment.